Jump to content

KindKarlene

Member
  • Posts

    6
  • Joined

  • Last visited

Posts posted by KindKarlene

  1. Of course! My website URL is https://www.karlenebaskindid.com/

    And my Custom CSS (probably riddled with errors — I'm a designer, not a coder!) is —

    // Custom Font IvyPresto Display Thin

    @font-face {
      font-family: 'IvyPresto Display Thin';
      src: url('https://static1.squarespace.com/static/6501fd49530fb566bc4ecbe3/t/65034db60ffe84528cbc19ee/1694715318831/IvyPrestoDisplay-Thin.otf');
    }

    h1, h2, h3, h4 {
      font-family: 'IvyPresto Display Thin';
    }


    Custom Font Nimbus Sans D OT

    @font-face {
    font-family: 'Nimbus Sans D OT';
    src: url('https://static1.squarespace.com/static/6501fd49530fb566bc4ecbe3/t/65034dcc8b47326782bfc322/1694715340998/NimbusSansDOT-Ligh.otf');
    }


    p1 {
    font-family: 'Nimbus Sans D OT';
    }

    p2 {
    font-family: 'Nimbus Sans D OT';
    }

    p3 {
    font-family: 'Nimbus Sans D OT';
    }

    p4 {
    font-family: 'Nimbus Sans D OT';
    }

    //Remove Link Underline
    a {
      text-decoration: none !important;
    }


    /* Change Line Color */

    .sqs-block-horizontalrule hr {

     background: #EFEEEC;

    }


    a {
    text-decoration: none !important;
    }


    header a {
    background-image: none !important;
    }

    .html-block blockquote {
      border-left: 4px solid #EFEEEC;
      padding: 1px 10px 1px 20px;
    }


    /***************************************
    Styling changes to Form
    ***************************************/
    .form-wrapper .field-list {
     .title {
       /* Title of field (eg Name, Subject, Message) */
       font-size: 14pt;
     }
     .description {
       /* Description */
       font-size: 20pt;
     }
     .field {
       .caption {
         /* Captions of fields (eg First Name, Last Name) */
         font-size: 16pt;
         .field-element {
           /* Text in the field boxes (First Name, Last Name) */
           font-size: 20pt;
         }
       }
       .field-element {
         /* Text in the field boxes (inc placeholder text) */
         font-size: 14pt;
         /* Shading colour of all boxes */
         background: #F9FFE5;
       }
     }  
    }

  2. Hello!

    My site uses a custom font for headers and paragraph text. The font appears correctly when I'm editing my site on my desktop, and also when viewing my website via the domain on my desktop. However, only the header text is not appearing correctly when viewed on a mobile.

    My custom CSS is below — 

     

    Custom Font IvyPresto Display Thin

    font-face {
    font-family: 'IvyPresto Display Thin';
    src: url('https://static1.squarespace.com/static/6501fd49530fb566bc4ecbe3/t/65034db60ffe84528cbc19ee/1694715318831/IvyPrestoDisplay-Thin.otf');
    }


    h1 {
    font-family: 'IvyPresto Display Thin';
    }

    h2 {
    font-family: 'IvyPresto Display Thin';
    }

    h3 {
    font-family: 'IvyPresto Display Thin';
    }

    h4 {
    font-family: 'IvyPresto Display Thin';
    }

     

    Could anyone help troubleshoot what the issue might be?

     

    Custom CSS for my paragraph font is here, below, which does work oddly!

     

    Custom Font Nimbus Sans D OT

    font-face {
    font-family: 'Nimbus Sans D OT';
    src: url('https://static1.squarespace.com/static/6501fd49530fb566bc4ecbe3/t/65034dcc8b47326782bfc322/1694715340998/NimbusSansDOT-Ligh.otf');
    }


    p1 {
    font-family: 'Nimbus Sans D OT';
    }

    p2 {
    font-family: 'Nimbus Sans D OT';
    }

    p3 {
    font-family: 'Nimbus Sans D OT';
    }

    p4 {
    font-family: 'Nimbus Sans D OT';
    }
     

    Photos are attached of desktop version in which the header text appears correctly, and mobile version where it is replaced with default style text.

    Thank you all kindly for your help!!

    Karlene

    885F4BC4-B34C-47B9-A77D-EC2490F48A8B.jpeg

    Screenshot 2023-09-27 at 10.12.08 AM.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.