ryan.eaton Posted June 24, 2021 Posted June 24, 2021 Site URL: https://www.sbdsdanceandcheer.com.au/ Hey all, is there any reason why this code wouldn't be working to change the fonts on my site. https://www.sbdsdanceandcheer.com.au/ password sbds @font-face { font-family: ‘conthrax’; src: url(https://static1.squarespace.com/static/60795feff0e60e1a26ba2e0a/t/60c1f200088a0a33dcf3ec23/1623323137703/conthrax-sb.ttf); } h1 {font-family: 'conthrax';} h2 {font-family: 'conthrax';} h3 {font-family: 'conthrax';} h4 {font-family: 'conthrax';} .header-nav *, nav.header-menu-nav-list * { font-family: conthrax; }
tuanphan Posted June 24, 2021 Posted June 24, 2021 Remove all code in Custom CSS & add new code @font-face { font-family: 'conthrax'; src: url(https://static1.squarespace.com/static/60795feff0e60e1a26ba2e0a/t/60c1f200088a0a33dcf3ec23/1623323137703/conthrax-sb.ttf) } h1, h2, h3, h4, .header-nav *,nav.header-menu-nav-list * { font-family: 'conthrax' !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!)
ryan.eaton Posted July 1, 2021 Author Posted July 1, 2021 On 6/24/2021 at 7:35 PM, tuanphan said: Remove all code in Custom CSS & add new code @font-face { font-family: 'conthrax'; src: url(https://static1.squarespace.com/static/60795feff0e60e1a26ba2e0a/t/60c1f200088a0a33dcf3ec23/1623323137703/conthrax-sb.ttf) } h1, h2, h3, h4, .header-nav *,nav.header-menu-nav-list * { font-family: 'conthrax' !important; } Thank you so much.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.