Jump to content

[Share] How to change Product Title to Custom Font

Recommended Posts

Posted

Some simple steps to change Product Title to Custom Font.

If it doesn't work, you can send link to your site, I will check again.

#1. First, you need to access Custom CSS

image.thumb.png.0a82f50db5b898c9d32f459b3cea092d.png

image.png.1ecbaa8dccfa767f61e67c597a93ee51.png

#2. Next, click Custom Files

image.png.24da4c5286bed5e264fbca6187cf5093.png

#3. Upload your custom font file

image.png.44d1d0d6c8b28e8a4bd10e3168cda586.png

#4. Enter this font family code to your CSS box. And click on font file you uploaded (remember to replace Gotham Regular with your font name)

@font-face {
  font-family: 'Gotham Regular';
  src: url()
}

image.png.9d6dcd779a36f8f12e73ea951ad7f87a.png

Squarespace will paste font file url to code. So we have exact code.

@font-face {
  font-family: 'Gotham Regular';
  src: url(https://static1.squarespace.com/static/6672ecf757a5d945cabc3965/t/667cd600ab3a1e53ea8a43f6/1719457280881/GothamCond-Black.ttf)
}

image.png.5b24644307e3e23b4d6cdd408ec5b046.png

#5. Add this to Custom CSS box

h1.ProductItem-details-title, .grid-title {
    font-family: 'Gotham Regular' !important;
}

image.png.cbe6fad41e15d7f7f0f64f932a6217b8.png

#6. If you want to apply to product title on Cart Page, use this

a.cart-row-title {
    font-family: 'Gotham Regular' !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!)

  • Replies 0
  • Views 606
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

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.