Remove Google Fonts
Permalink
Is it possible to remove Google Fonts from Concrete5.7? I have poked around in the settings pages but have not found any options regarding the fonts.
Also, would removing Google Fonts break anything? I've tried viewing my site with Google Fonts blocked in my browser and everything appears to be the same, so I don't know why Google Fonts is even there to begin with.
Also, would removing Google Fonts break anything? I've tried viewing my site with Google Fonts blocked in my browser and everything appears to be the same, so I don't know why Google Fonts is even there to begin with.
I am using the Avenir theme (https://www.concrete5.org/marketplace/themes/avenir-5.7).
I am using two different browsers; Firefox with an addon that blocks Google Fonts and Chrome with no addons. The site looks the same in both.
Where would I delete the fonts from?
Thank you!
I am using two different browsers; Firefox with an addon that blocks Google Fonts and Chrome with no addons. The site looks the same in both.
Where would I delete the fonts from?
Thank you!
Does your site look like the demo?
http://concrete5gig.com/themes/avenir-57/avenir-57-demo/...
Because it is a custom theme, I would recommend contacting the theme author for instructions.
https://www.concrete5.org/marketplace/themes/avenir-5.7/support...
http://concrete5gig.com/themes/avenir-57/avenir-57-demo/...
Because it is a custom theme, I would recommend contacting the theme author for instructions.
https://www.concrete5.org/marketplace/themes/avenir-5.7/support...
In case anyone else runs into this problem, the location for Google Fonts in the Avenir theme is below. Other themes may or may not use this location.
root-directory/packages/"theme-name"/themes/"theme-name"/inc/header.php
Comment out this line - <link href='//fonts.googleapis.com/css?family=Roboto:700,400|PT+Sans|Lato' rel='stylesheet' type='text/css'>
root-directory/packages/"theme-name"/themes/"theme-name"/inc/header.php
Comment out this line - <link href='//fonts.googleapis.com/css?family=Roboto:700,400|PT+Sans|Lato' rel='stylesheet' type='text/css'>
Are you using the default Elemental theme?
I don't believe deleting the fonts will break anything. The browser will use the default browser font instead.
The bigger question is why you aren't seeing Google fonts.
What browser are you using and are you using an ad blocker?