Jump to content

Custom font not loading into Squarespace

Recommended Posts

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;

}

Link to comment
  • Replies 8
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

@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?

Link to comment
On 9/7/2023 at 9:29 PM, edebs said:

@tuanphan it's the other font that isnt working- "cinema script"

currently you have a syntax error in CSS box. Can you send all current code?

image.thumb.png.9157d9a9a672949e836f35459138cbcd.png

you can click here then paste the code

image.png.b2f84d9fab7968a081cb0ab26c1f3621.png

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment
@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!

Link to comment

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.