Jump to content

Site Title Not using Custom Font

Go to solution Solved by Web_Solutions,

Recommended Posts

Posted

The code I'm using changes any other headings/paragraphs but not the main H1 site title h1.

I'm wondering if there's other CSS code blocking it from changing or something I'm missing.
I have gone through the SS font settings as well and tried to google and read forums.

 

assigned styles are not custom.

@font-face {
font-family: 'INTERBOLD';
src: url('https://static1.squarespace.com/static/655ec5b38bc75834d7cf0591/t/6563fd9f3cb3cf6b8fbe38f8/1701051807543/The+Cottage+400.otf');
}
 
h2,h1  {font-family: 'INTERBOLD'!important }
 

 

pw: help

https://lavender-oval-sydh.squarespace.com/


 

  • Solution
Posted
1 hour ago, WhoAJ said:

The code I'm using changes any other headings/paragraphs but not the main H1 site title h1.

I'm wondering if there's other CSS code blocking it from changing or something I'm missing.
I have gone through the SS font settings as well and tried to google and read forums.

 

assigned styles are not custom.

@font-face {
font-family: 'INTERBOLD';
src: url('https://static1.squarespace.com/static/655ec5b38bc75834d7cf0591/t/6563fd9f3cb3cf6b8fbe38f8/1701051807543/The+Cottage+400.otf');
}
 
h2,h1  {font-family: 'INTERBOLD'!important }
 

 

pw: help

https://lavender-oval-sydh.squarespace.com/


 

Do you want to add the custom font for the site title? If you want then replace the code(see the attached image) with the code below.

h2, h1, #site-title {
    font-family: 'INTERBOLD' !important
}

 

Screenshot_424.png

Screenshot_425.png

If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks

MD Rofik
Website Designer and Digital Marketer

Am I helpful? Want to offer me a coffee?
Send me a message if needed any help. I'll try to reply as soon as possible.


 

Posted

i got it working buy using the below.
not sure if its the correct structure but it works

 


@font-face {
font-family: 'INTERBOLD';
src: url('https://static1.squarespace.com/static/655ec5b38bc75834d7cf0591/t/6563f7023608ec2fae8818fa/1701050115664/Inter-Bold.ttfhttps://static1.squarespace.com/static/655ec5b38bc75834d7cf0591/t/6563f817ae435d45ec4d792b/1701050392662/Inter-SemiBold.ttf');
}

h1, #site-title {
    font-family: 'INTERBOLD'
      !important;
      letter-spacing: 5px !important;
}

@font-face { font-family: 'QUOTE';
src:
url('https://static1.squarespace.com/static/655ec5b38bc75834d7cf0591/t/6563fd9f3cb3cf6b8fbe38f8/1701051807543/The+Cottage+400.otf');
}
h2 { font-family: 'QUOTE' !important

}

Posted
24 minutes ago, WhoAJ said:

i got it working buy using the below.
not sure if its the correct structure but it works

 


@font-face {
font-family: 'INTERBOLD';
src: url('https://static1.squarespace.com/static/655ec5b38bc75834d7cf0591/t/6563f7023608ec2fae8818fa/1701050115664/Inter-Bold.ttfhttps://static1.squarespace.com/static/655ec5b38bc75834d7cf0591/t/6563f817ae435d45ec4d792b/1701050392662/Inter-SemiBold.ttf');
}

h1, #site-title {
    font-family: 'INTERBOLD'
      !important;
      letter-spacing: 5px !important;
}

@font-face { font-family: 'QUOTE';
src:
url('https://static1.squarespace.com/static/655ec5b38bc75834d7cf0591/t/6563fd9f3cb3cf6b8fbe38f8/1701051807543/The+Cottage+400.otf');
}
h2 { font-family: 'QUOTE' !important

}

Yes, it's ok

If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks

MD Rofik
Website Designer and Digital Marketer

Am I helpful? Want to offer me a coffee?
Send me a message if needed any help. I'll try to reply as soon as possible.


 

Posted

@Web_Solutions i just realized it changes the font of the category heading which is also somehow h2.
i can't for the life of me find where to remove it from h2. 

any way to exclude this from the font change?


 

Screenshot 2023-11-27 at 9.16.58 PM.png

Posted
7 minutes ago, WhoAJ said:

@Web_Solutions i just realized it changes the font of the category heading which is also somehow h2.
i can't for the life of me find where to remove it from h2. 

any way to exclude this from the font change?


 

Screenshot 2023-11-27 at 9.16.58 PM.png

Which font do you want on category heading?

If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks

MD Rofik
Website Designer and Digital Marketer

Am I helpful? Want to offer me a coffee?
Send me a message if needed any help. I'll try to reply as soon as possible.


 

Posted
1 hour ago, WhoAJ said:

@Web_SolutionsArial or one that i can  link

Please see the attached image. Replace the marked red code width the code below.

h2:not(.nested-category-title) {
    font-family: 'QUOTE' !important
}

 

Screenshot_431.png

If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks

MD Rofik
Website Designer and Digital Marketer

Am I helpful? Want to offer me a coffee?
Send me a message if needed any help. I'll try to reply as soon as possible.


 

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.