Select up to 5 fonts from the Google Web Font Directory to make available for use in stylesheets.
Select up to 5 fonts from the Google Web Font Directory to make available for use in stylesheets.
** This plugin does not automatically change your fonts, only enqueue’s the font import stylesheet. Edit your theme or child theme stylesheet to use your chosen fonts **
Google Web Fonts for WordPress Plugin Home
For more control over imported fonts, read How to Use Web Fonts with WordPress.
If you have added the font family rule to the correct element in your stylesheet, try adding some specificity.
When styling a logo link with the class of .logo, I might add the #header id if I was having problems with strong specificity.
font-family: ‘Six Caps’;
font-size: 1.5em; /* Adjustments to font sizes may be needed. */
}