Jump to content

mju

Member
  • Posts

    2
  • Joined

  • Last visited

Posts posted by mju

  1. On 3/21/2022 at 12:49 PM, Jia said:

    Hi, slight error in the way your custom font code was formatted. Try this one instead and let me know how it goes 🙂 

    @font-face {
      font-family: 'SilverSouthScript';
      src: url('https://static1.squarespace.com/static/557cbcf6e4b0c6af002a862b/t/622fea4e874b7b39d130d9e2/1647307342927/SilverSouthScript.woff2') format('woff2'),
        url('https://static1.squarespace.com/static/557cbcf6e4b0c6af002a862b/t/622fe61da05fa07e9dd68285/1647306269246/SilverSouthScript.woff') format('woff');
    }

    That was it!! Thank you so much.

  2. Site URL: https://whitneydesignstudios.com/workshops

    Can't get my custom font to work. I see others have the same problem and followed the recommendations to their CSS, but mine still doesn't work. Here's my code. Thx in advance!

    @font-face {
    font-family: ‘SilverSouthScript’;
    src: url('https://static1.squarespace.com/static/557cbcf6e4b0c6af002a862b/t/622fe61da05fa07e9dd68285/1647306269246/SilverSouthScript.woff') format('woff'); 
    src: url('https://static1.squarespace.com/static/557cbcf6e4b0c6af002a862b/t/622fea4e874b7b39d130d9e2/1647307342927/SilverSouthScript.woff2') format('woff2'); 
    }

    h3 {
      font-family: 'SilverSouthScript' !important;
    } 

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