MoltoBello Posted October 26, 2021 Share Posted October 26, 2021 Site URL: https://lakerenfaire.com/ Font styling for <h1> sitewide is not being applied. Font script has been added from adobe font and is displaying the gallery, just not on the <h1>. Here is my code: //font families font-family: antiquarian-scribe,sans-serif; font-weight: 400; font-style: normal; font-family: minion-pro, serif; font-weight: 400; font-style: normal; //webste h1s h1 { font-family: 'Antiquarian Scribe', 'Minion Pro'!important; text-transform: capitalize !important; } Link to comment
tuanphan Posted October 29, 2021 Share Posted October 29, 2021 These lines missing class name. You need to add a valid class name or remove them //font families font-family: antiquarian-scribe,sans-serif; font-weight: 400; font-style: normal; font-family: minion-pro, serif; font-weight: 400; font-style: normal; //webste h1s 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment