How to change font family/type?


If you want to change font on your site, the best way is to find your font on Google Fonts. And choose “Quick-use” tool:

Then in Appearance > Theme Options > Code > Custom CSS add code from Google Fonts:

Quick-use tool on http://www.google.com/fonts

Quick-use tool on http://www.google.com/fonts

CSS code, that imports font

CSS code, that imports font

Then, you can globally change the font using ‘body’ selector:

or just set new font family to selected element: