Change Font of Tagline on header image
-
Is it possible to change the font of the tagline on the home page header image? Am looking to change it to Bodoni a common office font.
Thanks
The blog I need help with is catherinefrith.com.
Hello!
You can change the font family of the tagline, however the font must be one available through the WP.com custom Fonts option. To do so you could use the following CSS:
#header .site-description {
font-family: 'Bodoni';
}
If this doesn’t work, it may be that the font isn’t available for you.
Thanks!
Rebecca
The topic ‘Change Font of Tagline on header image’ is closed to new replies.