SamPolst Posted February 4, 2022 Posted February 4, 2022 Site URL: https://lynx-echidna-5n4h.squarespace.com/ I am trying to change all of the fonts on my website to be my custom font: "VesterbroPoster" I have been able to successfully do this in custom css for everything except for the titles of my grids under "Our Services" and "Team" When I inspected the relevant element, it showed the title as "h2.list-item-content_title" which I included in my custom CSS. What am I doing wrong here?
tuanphan Posted February 8, 2022 Posted February 8, 2022 use this code h2 { font-family: 'VesterbroPoster' !important; } SamPolst 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment