IndInk Posted February 11, 2022 Posted February 11, 2022 Site URL: https://www.incidentallysydney.com I've just moved my site to 7.1 and am having a bit of trouble with fonts. I am using Adorn Garland for the site tagline and for collection summary title fonts - both added using custom CSS. They are showing as I want them to in Chrome but not in Safari or IOS where font is defaulting to a set header font. Can someone please suggest how I may fix this? I've included the custom CSS coding I used below in case that helps. Thanks, Catherine // Site Title Tagline // .header-title:after { content: 'Walk with me'; font-family: adorn garland; font-size: 26px; padding-top: 14px; color: ##858585; display: block; } For collection summary title fonts I added } .collection-type-blog article .date { display: none; } h2 { font-size: 1.7em !important; font-family: adorn garland; font-weight: 400; color: #000000; }
tuanphan Posted February 14, 2022 Posted February 14, 2022 Your font name is incorrect, use this new code .header-title:after { content: 'Walk with me'; font-family: 'adorn-garland'; font-size: 26px; padding-top: 14px; color: #858585; display: block; } IndInk 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!)
IndInk Posted February 14, 2022 Author Posted February 14, 2022 Thank you Tuan! As always, you have the answers. Very much appreciated, Catherine
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment