Jump to content

Uploading custom font.

Recommended Posts

 

Hello, I watched the video to add a custom google font and it is not working for me.
I am also getting a   expected ')' got '''   red error at the bottom of the css window.
Thank you for any help you can give!

 

 

//ADDING JULIUS FONT//
@font-face {
    font-family: 'JULIUS';
        src:
url('https://static1.squarespace.com/static/64dbcad2132d637517499564/t/64dcf674c99c81472ecb7fa2/1692202612362/JuliusSansOne-Regular.ttf37517499564/t/64dcf674c99c81472ecb7fa2/1692202612362/JuliusSansOne-Regular.ttf);
  }
//ASSIGN JULIUS FONT//
h1 {FONT-FAMILY:JULIUS;}
h2 {FONT-FAMILY:JULIUS;}
h3 {FONT-FAMILY:JULIUS;}
h4 {FONT-FAMILY:JULIUS;}

Screen Shot 2023-08-16 at 10.22.08 AM.png

Link to comment
  • Replies 2
  • Views 906
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

@rmavila Here's your corrected code. Remove the code added previously and add the code below:

@font-face {
    font-family: 'JULIUS';
src:
url('https://static1.squarespace.com/static/64dbcad2132d637517499564/t/64dcf674c99c81472ecb7fa2/1692202612362/JuliusSansOne-Regular.ttf37517499564/t/64dcf674c99c81472ecb7fa2/1692202612362/JuliusSansOne-Regular.ttf');
  }
//ASSIGN JULIUS FONT//
h1 {font-family:'JULIUS';}
h2 {font-family:'JULIUS';}
h3 {font-family:'JULIUS';}
h4 {font-family:'JULIUS';}

 

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

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.