Archived topic
Adding Adobe Fonts doesn't work (Elements + Code Snippets)
3 replies · Started by Jordi on December 17, 2021
Unfortunately adding Adobe Fonts doesn't work using this method: https://generatepress.com/forums/topic/adobe-fonts/. I'm using GP Premium. When I add the font by going to Customize -> Typography -> Font Manager, it still shows the system default font on the front-end. When looking at the CSS it seems like Quicksand is still prioritized above my chosen font for H1 titles:
h1, h2, h3, h4, h5, h6 {
font-family: Quicksand, sans-serif;
}
h1 {
font-family: Univia Pro; (STRIKED THROUGH)
font-weight: 500;
font-size: 50px; (STRIKED THROUGH)
line-height: 1.2;
}
How can I fix this?
Hi there,
In your typekit CSS, the font-family is: univia-pro
In Customizer > Typography --> Font Manager, Add new and then in font family name field add: univia-pro
Then select that font in your typography settings.
Thank you David, resolved. Added this new ticket though: https://generatepress.com/forums/topic/adding-second-adobe-font-doesnt-work/#new-post
Glad to hear that.
I have replied to that too!