Jump to content

DeltaJaxx

Member
  • Posts

    2
  • Joined

  • Last visited

Posts posted by DeltaJaxx

  1. On 8/11/2023 at 6:27 PM, tuanphan said:

    You need to enter real font url here

    image.png.1f39bd5619f49aba661bf0cd4295b5ba.png

    Change your code to this

    @font-face {
    font-family: Student Notes;
    src: url(https://static1.squarespace.com/static/64d04f7d0640507c114d79c1/t/64d36b8e0dddd8603dafc432/1691577232506/StudentNotes.otf);
    }
    .sqsrte-large, p, .sqsrte-small, h3, .collection-type-products .ProductItem-details h2.ProductItem-details-title, .ProductItem .ProductItem-details .product-price{
    font-family: 'Student Notes' !important;
    }
    @font-face {
    font-family: Rainbow;
    src: url(https://static1.squarespace.com/static/64d04f7d0640507c114d79c1/t/64d37fe318d9917568db5698/1691582435385/Rainbow.otf);
    }
    h2 {
      font-family:'Student Notes' !important;
    }

    If it doesn't work, please share site url, we can check easier

    Hi - thank you very much for your help! 🙂

  2. I have an issue where the following Custom CSS codes are not displaying my custom font in the Product Description Page of my products that I transferred from Etsy. Can anyone help me with this please.

    My website is currently on a trial period and version 7.1

    One listing that I created from scratch is showing the description with the custom font, without a problem. 

    @font-face {
    font-family: Student Notes;
    src: url(https://static1.squarespace.com/static/64d04f7d0640507c114d79c1/t/64d36b8e0dddd8603dafc432/1691577232506/StudentNotes.otf);
    }
    .sqsrte-large {
    font-family: 'Student Notes';
    }
    p {
    font-family: 'Student Notes';
    }
    .sqsrte-small {
    font-family: 'Student Notes';
    }
    @font-face {
    font-family: Rainbow;
    src: url(https://static1.squarespace.com/static/64d04f7d0640507c114d79c1/t/64d37fe318d9917568db5698/1691582435385/Rainbow.otf);
    }
    h3 {
    font-family: 'Student Notes';
    }
    .collection-type-products .ProductItem-details h2.ProductItem-details-title, .ProductItem .ProductItem-details .product-price {
      font-family: "Student Notes";
    }
    h2 {
      font-family:'Student Notes' !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.