Changing fonts
-
I am looking to discontinue the use of the Google Font API fonts in my Frontier child theme and I’m wondering the best way to go about it. I can of course modify the fonts used in style.css through the child theme’s stylesheet, but they are also called by frontier/includes/editor-style.css, which begins with this line:
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Arimo:400,700);
To replace the Roboto and Arimo fonts with something else, do I need to made a complete duplicate of editor-style.css in the child folder and delete the first line (in addition to changing the font-family parameters)? If so, do I also need to recreate the folder hierarchy? (That is, do I need to create a folder called includes in the child theme folder and then put the edited duplicate editor-style.css in that folder?)
If I do that, will it affect other functionality? I don’t want to accidentally break any of the other contents of the theme folder.
I apologize if this is a dumb question, but I thought I should figure out the best way to approach this problem before trundling ahead and breaking something.
Thanks!
- The topic ‘Changing fonts’ is closed to new replies.