Jump to content

Changing font of portfolio navigation links

Recommended Posts

  • Replies 6
  • Views 725
  • Created
  • Last Reply
Posted
20 hours ago, highergroundsound said:

Use this new code

@font-face {
    font-family: 'FRIDO';
    src: url('https://static1.squarespace.com/static/610ee625dd5c39015ed12b0f/t/610eff2ec387a702e758ccf9/1628372782884/FritoVandito.otf')
}

.portfolio-title, h2.item-pagination-title {
    font-family: 'FRIDO' !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!)

Posted
On 8/10/2021 at 4:59 AM, highergroundsound said:

oh i see thats fixed it 🙂  and my code is all good for the site title? 

 

Site title font worked, however you used invalid code, use this

#site-title {
    font-family: 'FRIDO';
    src: local('FRIDO'),url(http://static1.squarespace.com/static/5683f9f1cbced6d45d92de3d/t/56855928e0327c02e3702e57/1451579688037/Example.otf)
}

to this

#site-title {
    font-family: 'FRIDO';
}

 

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!)

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.