Jump to content

Agttg24

Member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Agttg24

  1. Hi, 

    I have added custom font into custom css and the font is only attaching to some of the text.

    For example, the menu drop down, the descriptions of the products I sell etc.

    Only main headings where I have added a text block seem to be working. 

    Can anyone help me figure out what I am doing wrong?

    I am literally winging this and have 0 code experience prior to trying to build my own website.

    Picture example attached.

    My code is:

    // CUSTOM FONT
    @font-face {
    font-family: 'michelle digital handwritten.ttf';
    src: url(https://static1.squarespace.com/static/660be7631aae8d7cc7b52dbf/t/66ae7fd847d4af2964cf10fc/1722712024589/michelle+digital+handwritten.ttf);
    }
    h1 {
    font-family: 'michelle digital handwritten.ttf';
    font-size: 40pt;
    letter-spacing: 1px;
    line-height: 120%;
    }
    h2 {
    font-family: 'michelle digital handwritten.ttf';
    font-size: 20pt;
    letter-spacing: 1px;
    line-height: 0%;
    }
    h3 {
    font-family: 'michelle digital handwritten';
    font-size: 20pt;
    letter-spacing: 1px;
    line-height: 140%;
    }
    h4 {
    font-family: 'michelle digital handwritten';
    font-size: 20pt;
    letter-spacing: 1px;
    line-height: 140%;
    }
    p {
    font-family: 'michelle digital handwritten';
    font-size: 20pt;
    letter-spacing: 1px;
    line-height: 140%;
    }
    p.sqsrte-large {
    font-family: 'michelle digital handwritten';
    font-size: 20pt;
    letter-spacing: 1px;
    line-height: 140%;
    }
    p.sqsrte-small {
    font-family: 'michelle digital handwritten';
    font-size: 20pt;
    letter-spacing: 1px;
    line-height: 140%;
    }
    h1, h2, h3, h4 { 
      font-family: 'michelle digital handwritten.ttf' !important; 
    }

    Thank you in advance ツ

     

    Screenshot 2024-08-03 at 22.50.40.png

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