AndrewFong67NZ Posted July 6, 2020 Share Posted July 6, 2020 Site URL: http://masseyarchery.co.nz/ Hi, I've loaded a new font (woff and woff2 formats) via the Custom CSS feature, but cannot work out how to assign the font to the main title. I can change the h1, h2, h3 heading types but I cannot find the tag for the title. @font-face { font-family: 'Neogrey'; src: url(https://static1.squarespace.com/static/53e48227e4b0f4eca843c672/t/5f026c4679d2832e0aa150c8/1593994310994/Neogrey+Medium.woff) format('woff'),url(https://static1.squarespace.com/static/53e48227e4b0f4eca843c672/t/5f026b7cc0fe505b56154f4e/1593994108837/Neogrey+Medium.woff2) format('woff2'); } ?????? { font-family:Neogrey; } Any help for a non-programmer would be greatly appreciated - thanks. Link to comment
jbryan Posted July 7, 2020 Share Posted July 7, 2020 Try: .site.title { font-family: Neogrey; } Link to comment
tuanphan Posted July 7, 2020 Share Posted July 7, 2020 h1#siteTitle a { font-family: 'Neogrey' !important; } AndrewFong67NZ 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
AndrewFong67NZ Posted July 8, 2020 Author Share Posted July 8, 2020 @tuanphan thank you so much for the solution - perfect! 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