Replacing Lato Google font in Twenty Fourteen
-
I’m using a child theme of Twenty Fourteen, and am intending to remove the default Lato Google font, and use something like Ariel in its place (just a load speed issue – I like the look of Lato, but think it makes more sense to have a web font that loads fast that everyone already has on their computer).
1. I know the code to use at the bottom of the child theme functions.php file to remove Lato, but I’m not sure of the css to put in my stylesheet to change to Ariel (or another universally used web font), including line space, colour, font size etc. Can anyone assist with this, please?
2. I have noted a line of CSS in my stylesheet that I think might need to be removed once I’ve removed Lato. It is the following:
p { font-family:"Lato", Lato, monospace; // or the font you wish font-size:90%; // or the size you wish }
Can anyone advise, please, whether I need to remove this to change to Ariel or whatever?
- The topic ‘Replacing Lato Google font in Twenty Fourteen’ is closed to new replies.