CSS not recognising font family change
-
Hi,
I purchased the Custom CSS upgrade and was able to change the size and color of the blog title, but when changing the font family to one of those on the typekit listing, nothing happens. This is what the code looks like:#header #logo h1 a { color: white; font-family: Coquette; text-shadow: 1px 1px grey; }Does anyone know what’s going on?
Great thanks!
MargaridaThe blog I need help with is: (visible only to logged in users)
-
Hi Margarida, you are allowed to set two fonts for your site at Appearance > Customize > Fonts and then those two fonts are loaded with your site and theme. Additional different fonts cannot be set at this time. You can change other text in your site to one of the two fonts you have set at Appearance > Customize > Fonts with CSS. The font family name you need to use can be different from the base name of the font and in some cases might be something like coquette-1 or coquette-2. In this case, the font name would be coquette (not capitalized).
To be able to use coquette, you would need to set that font as either the heading or body font at Appearance > Customize > Fonts.
-
-
- The topic ‘CSS not recognising font family change’ is closed to new replies.