jessicamstudio1 Posted October 31, 2019 Share Posted October 31, 2019 Hey Guys, So I added custom coding to the fonts but it isn't appearing on the live site. I can see it when I am on the Squarespace dashboard but not on the live site. Any help would be greatly appreciated. I've attached the desktop image as to what it should be and then mobile version of it showing incorrectly. Thanks, Link to comment
tuanphan Posted November 1, 2019 Share Posted November 1, 2019 @jessicamstudio1 add !important to after, eg h1 { font-family: 'cocon' !important; } If it doesn't work, please share link to your site to 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!) Link to comment
jessicamstudio1 Posted November 1, 2019 Author Share Posted November 1, 2019 Tried that but it didn't work on my end. www.tekniqtraining.com.au Appreciate your help! Link to comment
tuanphan Posted November 1, 2019 Share Posted November 1, 2019 @jessicamstudio1 Your code has some invalid code. NOT #font-face It should be: @font-face NOT arc: url(); It should be: src: url(); NOT #h3, NOT #p It should be h3, p Check again your code 😎 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
jessicamstudio1 Posted November 1, 2019 Author Share Posted November 1, 2019 Legend! Thank you! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.