Jump to content

Custom Font on all Pages

Recommended Posts

Site URL: https://coastalkitchen.squarespace.com/config/pages

Hey all!

I've added a custom font to my site already, but I'm having trouble getting ALL of the fonts on my website to update to the custom font. I've tried setting all the major global fonts - h1, h2, h3, p, etc...- to it in the CSS coding, but there are still some resistant to change (example: the quotes on the Review page). Can anyone help me get all the fonts to match?

 

Thanks,

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

Top Posters In This Topic

Top Posters In This Topic

Sorry, I should include the code:

@font-face {

    font-family: 'Nexa Light';

       src: url('https://static1.squarespace.com/static/60b7e751d66e124dc3f7d4de/t/61bb957ac63dcf3b18811bc2/1639683450338/nexa-light.otf');

  }

.quote-block .quote {font-family: 'Nexa Light';}

h1 {font-family: 'Nexa Light';}
h2 {font-family: 'Nexa Light';}
h3 {font-family: 'Nexa Light';}
h4 {font-family: 'Nexa Light';}
p {font-family: 'Nexa Light';}
.sqs-block-button-element {font-family: 'Nexa Light' !important;}
.header-title-text {font-family: 'Nexa Light' !important;}
.header-nav-item {font-family: 'Nexa Light' !important;}
.header-actions-action .btn {font-family: 'Nexa Light' !important;}

Link to comment

Use this new code

@font-face {
    font-family: 'Nexa Light';
       src: url('https://static1.squarespace.com/static/60b7e751d66e124dc3f7d4de/t/61bb957ac63dcf3b18811bc2/1639683450338/nexa-light.otf');
  }
/* make every elements on site custom font */
* {font-family: 'Nexa Light' !important;}

 

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

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.