Archived topic
Site Title and Tagline
5 replies · Started by Jana on March 25, 2019
Could you send me the CSS code to change the fonts of both the site title and tagline? Thanks.
Hi there,
Check Customizer > Typogrpahy > Header:
https://docs.generatepress.com/article/typography-overview/
Let me know :)
Thanks, but I need to use a font that isn't listed. Could you send the CSS for that? For example, I'm using this to change the headings:
.entry-content h1 {
font-size: 45px;
color: #607079;
font-family: MinionPro-Regular;
}
I need this for the Site Title and tagline. Thanks
You can try .site-branding selector.
You can also add the font inside the customizer to avoid using CSS as well:
https://docs.generatepress.com/article/adding-local-fonts/
Thanks, Leo, very helpful!
No problem :)