Jump to content

Custom font is not working

Recommended Posts

Posted

Site URL: https://www.nappyshak.com/

I am using custom font but font is showing different. Can anyone please check the website https://www.nappyshak.com/.

I am using this custom code.

@font-face {    
font-family: 'LitteBeeVector';       
src: url('https://azalea-echidna-nxxw.squarespace.com/config/design/undefinedhttps://static1.squarespace.com/static/61044e72da22704fa3741951/t/6108e2fb478b8949c8cd887f/1627972347739/littlebeevector_cricut-webfont.woff');  }
* {
    font-family: 'LitteBeeVector' !important;
}

  • Replies 1
  • Views 187
  • Created
  • Last Reply
Posted

you've got two URLs stuck together in your code. remove the bit the says "https://azalea-echidna-nxxw.squarespace.com/config/design/undefined" so it just has the static1.squarespace.com url. 

@font-face {    
	font-family: 'LitteBeeVector';       
	src: url('https://static1.squarespace.com/static/61044e72da22704fa3741951/t/6108e2fb478b8949c8cd887f/1627972347739/littlebeevector_cricut-webfont.woff');  
}

* {
    font-family: 'LitteBeeVector' !important;
}

should work then

 

Dave Hart. Software/Technology Consultant living in London. buymeacoffee 

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.