AllyP Posted December 11, 2020 Share Posted December 11, 2020 Hey! So I added my custom font in CSS using the code at the bottom. Its worked nicely on all the headers, but for some reason it won't work on the site title. I'm using Squarespace 7.1, but according to the font section the site title is under 'headers' so im not sure why its not working, or what else I might need to add. Any thoughts or help would be greatly apprecaited! Thanks! @font-face { font-family: TheGoldsmithVintage; src: url(https://static1.squarespace.com/static/5fbc2259745d511ad8845455/t/5fd27dc51f20065b6bfeff1e/1607630279676/The+Goldsmith_Vintage.ttf); } h1 { font-family: 'TheGoldsmithVintage'!important; } h2 { font-family: 'TheGoldsmithVintage'!important; } h3 { font-family: 'TheGoldsmithVintage'!important; } H4 { font-family: 'TheGoldsmithVintage'!important; } Link to comment
tuanphan Posted December 13, 2020 Share Posted December 13, 2020 Use this CSS for site title a#site-title { font-family: 'TheGoldsmithVintage' !important; } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment