tenacious_mrz Posted February 5, 2020 Posted February 5, 2020 Site URL: https://www.thepolinkovskys.com/ Hi! Hoping someone can help me, I'm trying to use a custom font ("Northwell") that i've uploaded to change what i believe is the "site title" on my website. I've been doing a ton of research and cannot figure it out, I see different code snippets everywhere and none of them have worked for me - not sure if it is a template issue? Can someone take a look and let me know if they have any ideas?? 🙂 @font-face { font-family: 'Northwell'; src: url('http://static1.squarespace.com/static/5de9520b72a53d51e502f2df/t/5e3a1cbc835c71275a61262a/1580866755060/Northwell.otf');} h1 {font-family: 'Northwell';} h1.logo a { font-family: 'Northwell'; } Thank you thank you!!
tuanphan Posted February 5, 2020 Posted February 5, 2020 try this, also your site has password font-family: 'Northwell' !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!)
tenacious_mrz Posted February 5, 2020 Author Posted February 5, 2020 Oh, so sorry! For the PW try May24
tenacious_mrz Posted February 5, 2020 Author Posted February 5, 2020 Unfortunately, no change 😞 @font-face { font-family: 'Northwell'; src: url('http://static1.squarespace.com/static/5de9520b72a53d51e502f2df/t/5e3a1cbc835c71275a61262a/1580866755060/Northwell.otf');} h1 {font-family: 'Northwell';} h1.logo a { font-family:'Northwell' !important; }
tuanphan Posted February 5, 2020 Posted February 5, 2020 4 hours ago, tenacious_mrz said: Oh, so sorry! For the PW try May24 your font url is incorrect use this code @font-face { font-family: 'Northwell'; src: url('https://static1.squarespace.com/static/5de9520b72a53d51e502f2df/t/5e3a1cbc835c71275a61262a/1580866755060/Northwell.otf') } h1 { font-family: 'Northwell'; } h1.logo a { font-family: 'Northwell' !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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.