Jump to content

Custom fonts not adding to all sections on website 7.1

Recommended Posts

Site URL: http://1924.us

Currently I have two custom fonts being used on all headers, paragraphs, etc, but for whatever reason, its not showing up in certain parts of the site, such as the checkout cart, or the shop pages. I obviously cant just click in and change it, it has to be coded in, but I do have the coding for all 7 types of headings and paragraphs already linking. But perhaps its not correctly. Thank you

 

Link to comment
  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

This could be a CSS specificity issue or just selecting the proper selector.

https://www.w3schools.com/css/css_specificity.asp

https://css-tricks.com/specifics-on-css-specificity/

https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity

I included 3 links. Kind of a beginner, intermediate, and master level look at this topic.

For example in the cart you may want to do something like the following.

p,
#cart .cart-subtotal

{
  font-family: 'Workman';
  font-size: 12pt;
  letter-spacing: 0px;
  line-height: 120%
}

To be more helpful we'd need to see specific instances where the font is not being applied the way you want.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

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.