chalicesantiago Posted December 21, 2021 Share Posted December 21, 2021 (edited) Site URL: http://otnita.com Hello, I installed two custom fonts for my site that I am working on (I'm working off the template for now). For some reason, I'm unable to change the font for the sections of the site that I highlighted below: Site URL is otnita.com, password hellootnita. Everywhere else on the site, the fonts are working the way I'd like them to... But not able to apply them to the front product page for some reason? Any help would be appreciated, thank you so much! 🙂  Edited December 21, 2021 by chalicesantiago Added additional context Link to comment
Solution tuanphan Posted December 25, 2021 Solution Share Posted December 25, 2021 Use this CSS .grid-title { font-family: Luxia-Regular !important; } .product-price { font-family: EBGaramond-Regular !important; } Also, I see you used these h1 { font-family: 'Luxia-Display' } h2 { font-family: 'Luxia-Display' } h3 { font-family: 'Luxia-Display' } You can combine them h1, h2, h3 { font-family: Luxia-Display !important; }  ChristinaSimon 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
chalicesantiago Posted December 31, 2021 Author Share Posted December 31, 2021 (edited) On 12/24/2021 at 9:58 PM, tuanphan said: Use this CSS .grid-title { font-family: Luxia-Regular !important; } .product-price { font-family: EBGaramond-Regular !important; } Also, I see you used these h1 { font-family: 'Luxia-Display' } h2 { font-family: 'Luxia-Display' } h3 { font-family: 'Luxia-Display' } You can combine them h1, h2, h3 { font-family: Luxia-Display !important; }  Thank you so much for your help! This worked perfectly! 🙂 Have a wonderful new year!  Edited December 31, 2021 by chalicesantiago Figured out the problem - thanks. tuanphan 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment