- This topic has 7 replies, 3 voices, and was last updated 4 years, 1 month ago by
Tom.
-
AuthorPosts
-
February 18, 2019 at 1:55 pm #813955
George
I’d like to use unique fonts for sidebar, post/page titles, and post/page text. Seems GeneratePress wants us to use the same font for everything or else we must write custom CSS. If so, how can I spec these items separately? Thanks!
GeneratePress 2.2.2February 18, 2019 at 4:18 pm #814042Leo
StaffCustomer SupportHi there,
The post/page titles font options are actually in Customizer > Typography > Headings.
The post/page text should be Customizer > Typography > Body.
As for sidebar, try this something like this:
.sidebar .widget { font-family: "Playfair Display", serif; }
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/February 19, 2019 at 7:25 am #814673George
Thanks for the response! However, this doesn’t work – that’s the problem. If I change Typography > Headings to Helvetica, then publish and change Typography > Body to Georgia, EVERYTHING on the page becomes Georgia: all of the headings, body text, and sidebar text. Seems to be a bug.
February 19, 2019 at 11:04 pm #815144Leo
StaffCustomer SupportCurrently I see h1 is set to Helvetica and everything else is set to inherit?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/February 20, 2019 at 7:03 am #815610George
Thanks, Leo. Yes, I’d like headings in Helvetica and body text in Georgia. But if I set headings to Helvetica as you’re seeing, and then change body text to Georgia (not inherited), EVERYTHING turns to Georgia – headings, body text, widget text, etc. Just like magic! π But it’s not really what I want. ???
February 20, 2019 at 5:15 pm #816079Tom
Lead DeveloperLead DeveloperHi there,
Can you set things up that way and save them so I can see why it’s not working for you?
Right now it looks like the body is set to System Stack, and the headings are set to inherit.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentFebruary 21, 2019 at 7:31 am #816693George
Thanks Tom. By following your hint – “be careful” – I was able to set all headings the way I preferred. Specifically, I changed “Inherit” to “Helvetica” or “Georgia” as needed under Typography.
February 21, 2019 at 8:54 am #816787Tom
Lead DeveloperLead DeveloperAwesome, glad I could help π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.