RossDungey Posted April 12, 2021 Posted April 12, 2021 Site URL: https://bullfrog-dahlia-nx3a.squarespace.com/config/ Hello, I have installed the Open Sans Light font onto my site, but squarespace won't let me set the font weight to anything below 400. Open Sans Light default is 300. I have even tried to manually adjust the weight of the font to 300, as you will see from my code below. When I adjust it to 700, for example, the font weight will change, but it never changes if i change the weight to anything below 400. Please help. Sie: https://bullfrog-dahlia-nx3a.squarespace.com/config/pages @font-face { font-family: 'Open Sans', sans-serif;font-weight: 300; src: url('FontURLhttps://static1.squarespace.com/static/602f14fc1f1de445374ac97a/t/606c0407ea77f86aefd31ca0/1617691655426/OpenSans-Light.ttf'); } h1 {font-family: 'Open Sans', sans-serif; font-weight: 300;} h2 {font-family: 'Open Sans', sans-serif;} h3 {font-family: 'Open Sans', sans-serif;} h4 {font-family: 'Open Sans', sans-serif;} p {font-family: 'Open Sans', sans-serif;}
tuanphan Posted April 15, 2021 Posted April 15, 2021 Try this new code @font-face { font-family: 'Open Sans'; src: url('https://static1.squarespace.com/static/602f14fc1f1de445374ac97a/t/606c0407ea77f86aefd31ca0/1617691655426/OpenSans-Light.ttf'); } h1 {font-family: 'Open Sans', sans-serif; font-weight: 300;} h2, h3, h4, p {font-family: 'Open Sans', sans-serif !important;} 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!)
RossDungey Posted May 4, 2021 Author Posted May 4, 2021 Almost! It worked for about a minute then revert back to 400. So frustrating. Thank you though
tuanphan Posted May 6, 2021 Posted May 6, 2021 On 5/4/2021 at 11:00 AM, RossDungey said: Almost! It worked for about a minute then revert back to 400. So frustrating. Thank you though Your site is private. We can't check. 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
Archived
This topic is now archived and is closed to further replies.