vanessa_k17 Posted January 25, 2022 Posted January 25, 2022 Site URL: https://www.players-social.com/menu Hi there, I've uploaded my custom fonts in CSS, but they're not applied for the 'menu' type of layout. Does anyone know how to target this in CSS so it will be applied on these too? Thanks so much!
tuanphan Posted January 25, 2022 Posted January 25, 2022 add this to Design > Custom CSS .menu-block * { font-family: 'GT-Walsheim-Bold' !important; } vanessa_k17 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!)
vanessa_k17 Posted January 27, 2022 Author Posted January 27, 2022 Thanks so much, this works well overall. Do you think it's possible to target the 2 line too? So that won't be bold but regular? https://www.players-social.com/breakfast-club EG: AVOCADO ON TOAST - Bold. +poached eggs - regular They're set up as different styles in the squarespace style-guide template
tuanphan Posted January 28, 2022 Posted January 28, 2022 20 hours ago, vanessa_k17 said: Thanks so much, this works well overall. Do you think it's possible to target the 2 line too? So that won't be bold but regular? https://www.players-social.com/breakfast-club EG: AVOCADO ON TOAST - Bold. +poached eggs - regular They're set up as different styles in the squarespace style-guide template Use this new code .menu-block .menu-title { font-family: 'GT-Walsheim-Bold'; } .menu-item-title ~ * { font-family: 'GT-Walsheim-Medium' !important; } 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment