Installing custom fonts from Google Web Fonts
-
I’ve tried to install a custom font from Google’s web fonts directory but it’s not showing everywhere.
I placed the CSS in “custom styles” under Blog Features.
I placed the code that loads the font in header.php within the <head> tag as instructed, but my fancy new font only shows up within posts. It’s the <h1> tag I’ve changed, so titles look awesome now in the post but on category pages they look the same as they used to.
This is the code in question:
<link href='https://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet' type='text/css'>
Is there a better location to place the code? Has anyone else played around with custom fonts on Suffusion?
Any tips would be appreciated.
- The topic ‘Installing custom fonts from Google Web Fonts’ is closed to new replies.