Hi,
My client doesn’t like the look of the arial font face and requested me to change it to something different. Can I do this in quick CSS and if so how. Also she suggested Century Gothic font. Is this possible? (I saw in a previous forum entry that Muli was suggested as an alternative but in any case, how do I make the entry in the CSS to make the change of font).
You can do this under Theme OPTIONS / GENERAL / FONT tab
Or you could do with custom css
Hey!
Please see – http://justcreative.com/2013/01/22/how-to-use-custom-fonts-with-font-face-on-wordpress/
or try using this plugin http://wordpress.org/plugins/wp-font-face/
Then add following code to Quick CSS and change font name as needed
body { font-family: lato; }
@elames Thanks for your help! :)
Cheers!
Yigit