Jump to content

Use custom font for site title (Version 7.0– Montauk family, "Julia & Sam template")

Recommended Posts

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!!

Link to comment
  • Replies 4
  • Views 788
  • Created
  • Last Reply
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;
}

image.thumb.png.99955aa23154cc1ce11edc80e9e262c8.png

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.