This topic has 4 replies, 2 voices, and was last updated 9 years, 10 months ago ago by Eva Kemp
I want to dequeue all Google fonts being brought into the Royal theme. I’ve tried specifying all fonts through the Theme Options panel but Roboto and Open Sans are still coming in and being used to style elements throughout the theme. I don’t wish to see these anywhere on the website. See for example, the price in the attached screenshot.
https://dl.dropboxusercontent.com/u/21083811/Screen%20Shot%202015-01-01%20at%202.03.34%20PM.png
Please tell me how to completely remove the Google fonts so I can use the ones I choose.
Thanks!
Hello,
You can write your font in custom.css file for the elements you need, for example:
.price {
font: Aerial !important;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Thank you.
Regards,
Eva Kemp.
This isn’t a suitable answer for me. I shouldn’t have to go in and replace every single instance of Roboto with my own font through css. That will be a very tedious and time-consuming way to fix the issue.
Where are the Google fonts being called in? I may be able to find a way to dequeue by adding some scripting to my child theme.
Hello,
You’ve been replied in other topic concerning your request.
Please check.
Thank you.
Regards,
Eva Kemp.
The issue related to '‘Dequeue Google Fonts’' has been successfully resolved, and the topic is now closed for further responses