Jump to content

Custom font not loading into Squarespace

Recommended Posts

Posted

I'm having issues adding a specific adobe font onto my website - Cinema Script. 

I am able to successfully add another adobe font just fine, but I can not get Cinema Script to show up in the font panel.  

On the adobe side,  I have tried grouping it in the same project as my other font and as its own seperate project.

Any advice would be much appreciated! 

Here is my code: 

@font-face {
font-family: DunbarTall;
src: url(https://use.typekit.net/wns4nid.css);
}

font-family: "dunbar-tall", sans-serif;
font-weight: 800;
font-style: normal;

@font-face {
font-family: cinema-script;
src: url(https://use.typekit.net/wns4nid.css);
}

font-family: "cinema-script", sans-serif;
font-weight: 400;
font-style: normal;

h3 {
font-family: cinema-script, serif;

}

  • Replies 8
  • Views 1.4k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Posted

@edebs Your code has errors. Try adding this code:

@font-face {
	font-family: "DunbarTall";
	src: url("https://use.typekit.net/wns4nid.css");
}

@font-face {
	font-family: "cinema-script";
	src: url("https://use.typekit.net/wns4nid.css");
}

h3 {
	font-family: "cinema-script", sans-serif !important;
	font-weight: 400;
	font-style: normal;
}

If it doesn't work, please feel free to share your site URL so we can take a look. Thanks!

If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. 

Sam
Web Developer & Digital Designer

 Did you find my contribution helpful? Buy me a coffee?

Posted
@font-face {
	font-family: "DunbarTall";
	src: url("https://use.typekit.net/wns4nid.css");
}

@font-face {
	font-family: "cinema-script";
	src: url("https://use.typekit.net/wns4nid.css");
}

 {
	font-family: "cinema-script", serif !important;
	font-weight: 400;
	font-style: normal;
}

Here is all the code that I have!

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • 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.