Jump to content

atfirstblink

Circle Member
  • Posts

    76
  • Joined

  • Last visited

Posts posted by atfirstblink

  1. Hi everyone! I want to create a new site for my client and I am  looking for a plug or help with CSS which will enable me to show different icons in a row and upon clicking or hovering on a particular icon it will change the background image and show text pertaining to each icon. A ref. example is here https://www.control4.com/ (check Section with heading "You are in Control").
    Pls let me know if you know how can I achieve this with a paid plug in or any css course. Thank you.

    Screen Shot 2023-08-11 at 11.16.02 AM.png

  2. @tuanphan sorry the pw is: playseum 

    https://playseum-trial.squarespace.com/exhibits

     

    I've shifted to summary blocks for the said issue. However I need help with the following:

     

    1. Why are some of the content images sliding up and the rest not and how do i fix it?

    2. How do I get the arrows up in the desktop view so that they sit in the centre of the image and not towards the bottom

    3. Can I make the circles and arrows smaller than they are right now for the mobile view?

     

    Please help. Thank you.

  3. How can I get my gallery captions to show on the mobile version?

     

     https://playseum-trial.squarespace.com/ 

    pw: playseumafb

     

    I have added the following code but the text overlaps with the arrows on the sides. If someone can pls help me fix it or else remove the arrows in the mobile view? Thank you.

    @media screen and (max-width:480px) { .sqs-gallery-block-slideshow .meta { opacity: 1 !important; display: block !important; } }

  4. @tuanphan I have the same issue for a site. https://playseum-trial.squarespace.com/ 

    pw: playseumafb

     

    I have added the following code but the text doesn't display properly on all the images and also overlaps with the arrows on the sides. Can you pls help me fix it? Thank you.

     

    @media screen and (max-width:480px) {
    .sqs-gallery-block-slideshow .meta {
    	opacity: 1 !important;
    	display: block !important;
    }
    }
  5. Hi,

    I've created this site on 7.1 https://latara-trial.squarespace.com/ (pw: latara) Since 7.1 wont let me assign specific fonts to header 1, 2, and 3 I've added a h4 with pinyon script as a font. I havent had to upload the font as it's provided in squarespace as a font. However, while I see it displaying on my laptop, I dont see it displayed on ipad or iphone browsers. Is there a way I can choose to add specific fonts for my headers as I could in 7.0? Pls help

     

    Thank you.

  6. 59 minutes ago, tuanphan said:

    I see you used 'Carefreeserif-extralight'

    however it look likes you haven't declared font-face for this font yet.

    I see you declared font for Carefree Serif and Sackers Italian Script Std only.

    Also, you have invalid character in some font file url, it caused font file doesn't exist

    image.thumb.png.ade9672b02d7850c49bc1d8d792125fe.png

     

    @tuanphan

     

    I did change the code quite a bit . It looks like this now

     

    // Fontkit

    @font-face {
        font-family: 'Carefree Serif';
        src: url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb8a0a43f5e3d84b0e063/1672198304563/CarefreeSerif-Italic.eot');
        src: url('CarefreeSerif-Italic.eot?#iefix') format('embedded-opentype'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb8ad014c952998a623f9/1672198317168/CarefreeSerif-Italic.woff2') format('woff2'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb8a726cf4a562a895194/1672198311916/CarefreeSerif-Italic.woff') format('woff'),
            url('CarefreeSerif-Italic.svg#CarefreeSerif-Italic') format('svg');
        font-weight: normal;
        font-style: italic;
        font-display: swap;
    }

    @font-face {
        font-family: 'Carefree Serif';
        src: url('CarefreeSerif-Regular.eothttps://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb5ec50cb855955f718e0/1672197613522/CarefreeSerif-Regular.eot');
        src: url('CarefreeSerif-Regular.eot?#iefix') format('embedded-opentype'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb70119e7105dff38b5b8/1672197889612/CarefreeSerif-Regular.woff2') format('woff2'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb6bb6aca97131a857ff2/1672197819482/CarefreeSerif-Regular.woff') format('woff'),
            url('CarefreeSerif-Regular.svg#CarefreeSerif-Regular') format('svg');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Carefree Serif';
        src: url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb73c4053d730cde75fe6/1672197949081/CarefreeSerif-Extralight.eot');
        src: url('CarefreeSerif-Extralight.eot?#iefix') format('embedded-opentype'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb74bcf07713bc091b1d1/1672197963464/CarefreeSerif-Extralight.woff2') format('woff2'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb767cf07713bc091b53d/1672197991330/CarefreeSerif-Extralight.woff') format('woff'),
            url('CarefreeSerif-Extralight.svg#CarefreeSerif-Extralight') format('svg');
        font-weight: 200;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Carefree Serif';
        src: url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb78b0474e440f6e0d58d/1672198027328/CarefreeSerif-ExtralightItalic.eot');
        src: url('CarefreeSerif-ExtralightItalic.eot?#iefix') format('embedded-opentype'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb7a552e2741a949be8e2/1672198053923/CarefreeSerif-ExtralightItalic.woff2') format('woff2'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb79a4053d730cde76d1f/1672198042776/CarefreeSerif-ExtralightItalic.woff') format('woff'),
            url('CarefreeSerif-ExtralightItalic.svg#CarefreeSerif-ExtralightItalic') format('svg');
        font-weight: 200;
        font-style: italic;
        font-display: swap;
    }

    @font-face {
        font-family: 'Sackers Italian Script Std';
        src: url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb90ca43f5e3d84b0e7c0/1672198413556/SackersItalianScriptStd.eot');
        src: url('SackersItalianScriptStd.eot?#iefix') format('embedded-opentype'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb91419e7105dff38e36d/1672198420987/SackersItalianScriptStd.woff2') format('woff2'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb9106aca97131a859931/1672198417013/SackersItalianScriptStd.woff') format('woff'),
            url('SackersItalianScriptStd.svg#SackersItalianScriptStd') format('svg');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }

    // Custom Fonts Implement:

    h1, h2 {font-family: 'CarefreeSerif-Regular'!important;
     font-weight: normal; 
     font-style: normal;}


    h1.BlogItem-title 
    { font-size: 50px ;
      font-family:'CarefreeSerif-extralight'!important; 
      font-weight: 200; 
      font-style: normal;}

    h2.Index-gallery-item-content-heading 
    { font-family: 'Carefreeserif-extralight'!important;
      font-size: 65px; 
      font-weight: 200; 
      font-style: normal;
    }

    h4 {   
    color:#f6f3ef;   
    font-family: SackersItalianScriptStd !important;
    font-weight: 500;
    font-style: normal;
    font-size:33px;   
    letter-spacing: 0em;   
    line-height: 0em;
    margin-bottom:10px;
    text-align: center;}

    h5 {   
    color:#202020;   
    font-family: SackersItalianScriptStd !important;
    font-weight: 500;
    font-style: normal;
    font-size:33px;   
    letter-spacing: 0em;   
    line-height: 0em;
    margin-bottom:10px;
    text-align: center;}

    h6 {   
    color:#202020;   
    font-family: Archivo Narrow !important;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;   
    letter-spacing: 1.5px;   
    line-height: 25.2px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;}

    //

  7. Hi Everyone, 

    I am trying to use two custom fonts on my site www.atfirstblink.com  and I've tried all possible codes and loading the font files as eot, woff and woff2 but they still dont show up consistently. They neither on my ipad or iphone in safari or chrome on both. Below is the code I'm using.  If someone can pls check and tell me what I'm doing wrong as I've been trying to fix this issue since 2 days now. Thanks.

     

    // Fontkit

    @font-face {
        font-family: 'Carefree Serif';
        src: url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb8a0a43f5e3d84b0e063/1672198304563/CarefreeSerif-Italic.eot');
        src: url('CarefreeSerif-Italic.eot?#iefix') format('embedded-opentype'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb8ad014c952998a623f9/1672198317168/CarefreeSerif-Italic.woff2') format('woff2'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb8a726cf4a562a895194/1672198311916/CarefreeSerif-Italic.woff') format('woff'),
            url('CarefreeSerif-Italic.svg#CarefreeSerif-Italic') format('svg');
        font-weight: normal;
        font-style: italic;
        font-display: swap;
    }

    @font-face {
        font-family: 'Carefree Serif';
        src: url('CarefreeSerif-Regular.eothttps://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb5ec50cb855955f718e0/1672197613522/CarefreeSerif-Regular.eot');
        src: url('CarefreeSerif-Regular.eot?#iefix') format('embedded-opentype'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb70119e7105dff38b5b8/1672197889612/CarefreeSerif-Regular.woff2') format('woff2'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb6bb6aca97131a857ff2/1672197819482/CarefreeSerif-Regular.woff') format('woff'),
            url('CarefreeSerif-Regular.svg#CarefreeSerif-Regular') format('svg');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Carefree Serif';
        src: url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb73c4053d730cde75fe6/1672197949081/CarefreeSerif-Extralight.eot');
        src: url('CarefreeSerif-Extralight.eot?#iefix') format('embedded-opentype'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb74bcf07713bc091b1d1/1672197963464/CarefreeSerif-Extralight.woff2') format('woff2'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb767cf07713bc091b53d/1672197991330/CarefreeSerif-Extralight.woff') format('woff'),
            url('CarefreeSerif-Extralight.svg#CarefreeSerif-Extralight') format('svg');
        font-weight: 200;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Carefree Serif';
        src: url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb78b0474e440f6e0d58d/1672198027328/CarefreeSerif-ExtralightItalic.eot');
        src: url('CarefreeSerif-ExtralightItalic.eot?#iefix') format('embedded-opentype'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb7a552e2741a949be8e2/1672198053923/CarefreeSerif-ExtralightItalic.woff2') format('woff2'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb79a4053d730cde76d1f/1672198042776/CarefreeSerif-ExtralightItalic.woff') format('woff'),
            url('CarefreeSerif-ExtralightItalic.svg#CarefreeSerif-ExtralightItalic') format('svg');
        font-weight: 200;
        font-style: italic;
        font-display: swap;
    }

    @font-face {
        font-family: 'Sackers Italian Script Std';
        src: url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb90ca43f5e3d84b0e7c0/1672198413556/SackersItalianScriptStd.eot');
        src: url('SackersItalianScriptStd.eot?#iefix') format('embedded-opentype'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb91419e7105dff38e36d/1672198420987/SackersItalianScriptStd.woff2') format('woff2'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb9106aca97131a859931/1672198417013/SackersItalianScriptStd.woff') format('woff'),
            url('SackersItalianScriptStd.svg#SackersItalianScriptStd') format('svg');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }

    // Custom Fonts Implement:

    h1 {font-family: 'CarefreeSerif-Regular'!important;
      font-style: normal;}

    h2 {font-family: 'CarefreeSerif-Regular'!important;
      font-style: normal;}

    h1.BlogItem-title 
    { font-size: 50px ;
      font-family:'CarefreeSerif-extralight'!important;
    font-style: normal;}

    h2.Index-gallery-item-content-heading 
    { font-family: 'Carefreeserif-extralight'!important;
      font-size: 65px;
    }

    h4 {   
    color:#f6f3ef;   
    font-family: SackersItalianScriptStd !important;
    font-style: normal;
    font-size:33px;   
    letter-spacing: 0em;   
      line-height: 0em;
    margin-bottom:10px; }


    //

  8. I have the same issue. The custom fonts wont show up on my iphone and ipad's chrome and safari browsers. @tuanphan Can you pls help.

     

     

    / Fontkit

    @font-face {
        font-family: 'Carefree Serif';
        src: url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb8a0a43f5e3d84b0e063/1672198304563/CarefreeSerif-Italic.eot');
        src: url('CarefreeSerif-Italic.eot?#iefix') format('embedded-opentype'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb8ad014c952998a623f9/1672198317168/CarefreeSerif-Italic.woff2') format('woff2'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb8a726cf4a562a895194/1672198311916/CarefreeSerif-Italic.woff') format('woff'),
            url('CarefreeSerif-Italic.svg#CarefreeSerif-Italic') format('svg');
        font-weight: normal;
        font-style: italic;
        font-display: swap;
    }

    @font-face {
        font-family: 'Carefree Serif';
        src: url('CarefreeSerif-Regular.eothttps://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb5ec50cb855955f718e0/1672197613522/CarefreeSerif-Regular.eot');
        src: url('CarefreeSerif-Regular.eot?#iefix') format('embedded-opentype'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb70119e7105dff38b5b8/1672197889612/CarefreeSerif-Regular.woff2') format('woff2'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb6bb6aca97131a857ff2/1672197819482/CarefreeSerif-Regular.woff') format('woff'),
            url('CarefreeSerif-Regular.svg#CarefreeSerif-Regular') format('svg');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Carefree Serif';
        src: url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb73c4053d730cde75fe6/1672197949081/CarefreeSerif-Extralight.eot');
        src: url('CarefreeSerif-Extralight.eot?#iefix') format('embedded-opentype'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb74bcf07713bc091b1d1/1672197963464/CarefreeSerif-Extralight.woff2') format('woff2'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb767cf07713bc091b53d/1672197991330/CarefreeSerif-Extralight.woff') format('woff'),
            url('CarefreeSerif-Extralight.svg#CarefreeSerif-Extralight') format('svg');
        font-weight: 200;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Carefree Serif';
        src: url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb78b0474e440f6e0d58d/1672198027328/CarefreeSerif-ExtralightItalic.eot');
        src: url('CarefreeSerif-ExtralightItalic.eot?#iefix') format('embedded-opentype'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb7a552e2741a949be8e2/1672198053923/CarefreeSerif-ExtralightItalic.woff2') format('woff2'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb79a4053d730cde76d1f/1672198042776/CarefreeSerif-ExtralightItalic.woff') format('woff'),
            url('CarefreeSerif-ExtralightItalic.svg#CarefreeSerif-ExtralightItalic') format('svg');
        font-weight: 200;
        font-style: italic;
        font-display: swap;
    }

    @font-face {
        font-family: 'Sackers Italian Script Std';
        src: url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb90ca43f5e3d84b0e7c0/1672198413556/SackersItalianScriptStd.eot');
        src: url('SackersItalianScriptStd.eot?#iefix') format('embedded-opentype'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb91419e7105dff38e36d/1672198420987/SackersItalianScriptStd.woff2') format('woff2'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb9106aca97131a859931/1672198417013/SackersItalianScriptStd.woff') format('woff'),
            url('SackersItalianScriptStd.svg#SackersItalianScriptStd') format('svg');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }

    // Custom Fonts Implement:

    h1, h2 {font-family: 'CarefreeSerif-Regular'!important;
     font-weight: normal; 
     font-style: normal;}


    h1.BlogItem-title 
    { font-size: 50px ;
      font-family:'CarefreeSerif-extralight'!important; 
      font-weight: 200; 
      font-style: normal;}

    h2.Index-gallery-item-content-heading 
    { font-family: 'Carefreeserif-extralight'!important;
      font-size: 65px; 
      font-weight: 200; 
      font-style: normal;
    }

    h4 {   
    color:#f6f3ef;   
    font-family: SackersItalianScriptStd !important;
    font-weight: 500;
    font-style: normal;
    font-size:33px;   
    letter-spacing: 0em;   
    line-height: 0em;
    margin-bottom:10px; }


    //

  9. Hi Everyone, 

    I am trying to use two custom fonts on my site www.atfirstblink.com  and I've tried all possible codes and loading the font files as eot, woff and woff2 but they still dont show up consistently. They neither on my ipad or iphone in safari or chrome on both. Below is the code I'm using.  If someone can pls check and tell me what I'm doing wrong as I've been trying to fix this issue since 2 days now. Thanks.

     

    // Fontkit

    @font-face {
        font-family: 'Carefree Serif';
        src: url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb8a0a43f5e3d84b0e063/1672198304563/CarefreeSerif-Italic.eot');
        src: url('CarefreeSerif-Italic.eot?#iefix') format('embedded-opentype'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb8ad014c952998a623f9/1672198317168/CarefreeSerif-Italic.woff2') format('woff2'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb8a726cf4a562a895194/1672198311916/CarefreeSerif-Italic.woff') format('woff'),
            url('CarefreeSerif-Italic.svg#CarefreeSerif-Italic') format('svg');
        font-weight: normal;
        font-style: italic;
        font-display: swap;
    }

    @font-face {
        font-family: 'Carefree Serif';
        src: url('CarefreeSerif-Regular.eothttps://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb5ec50cb855955f718e0/1672197613522/CarefreeSerif-Regular.eot');
        src: url('CarefreeSerif-Regular.eot?#iefix') format('embedded-opentype'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb70119e7105dff38b5b8/1672197889612/CarefreeSerif-Regular.woff2') format('woff2'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb6bb6aca97131a857ff2/1672197819482/CarefreeSerif-Regular.woff') format('woff'),
            url('CarefreeSerif-Regular.svg#CarefreeSerif-Regular') format('svg');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Carefree Serif';
        src: url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb73c4053d730cde75fe6/1672197949081/CarefreeSerif-Extralight.eot');
        src: url('CarefreeSerif-Extralight.eot?#iefix') format('embedded-opentype'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb74bcf07713bc091b1d1/1672197963464/CarefreeSerif-Extralight.woff2') format('woff2'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb767cf07713bc091b53d/1672197991330/CarefreeSerif-Extralight.woff') format('woff'),
            url('CarefreeSerif-Extralight.svg#CarefreeSerif-Extralight') format('svg');
        font-weight: 200;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Carefree Serif';
        src: url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb78b0474e440f6e0d58d/1672198027328/CarefreeSerif-ExtralightItalic.eot');
        src: url('CarefreeSerif-ExtralightItalic.eot?#iefix') format('embedded-opentype'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb7a552e2741a949be8e2/1672198053923/CarefreeSerif-ExtralightItalic.woff2') format('woff2'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb79a4053d730cde76d1f/1672198042776/CarefreeSerif-ExtralightItalic.woff') format('woff'),
            url('CarefreeSerif-ExtralightItalic.svg#CarefreeSerif-ExtralightItalic') format('svg');
        font-weight: 200;
        font-style: italic;
        font-display: swap;
    }

    @font-face {
        font-family: 'Sackers Italian Script Std';
        src: url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb90ca43f5e3d84b0e7c0/1672198413556/SackersItalianScriptStd.eot');
        src: url('SackersItalianScriptStd.eot?#iefix') format('embedded-opentype'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb91419e7105dff38e36d/1672198420987/SackersItalianScriptStd.woff2') format('woff2'),
            url('https://static1.squarespace.com/static/5e92cb1439c6d744195f9c11/t/63abb9106aca97131a859931/1672198417013/SackersItalianScriptStd.woff') format('woff'),
            url('SackersItalianScriptStd.svg#SackersItalianScriptStd') format('svg');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }

    // Custom Fonts Implement:

    h1 {font-family: 'CarefreeSerif-Regular'!important;
      font-style: normal;}

    h2 {font-family: 'CarefreeSerif-Regular'!important;
      font-style: normal;}

    h1.BlogItem-title 
    { font-size: 50px ;
      font-family:'CarefreeSerif-extralight'!important;
    font-style: normal;}

    h2.Index-gallery-item-content-heading 
    { font-family: 'Carefreeserif-extralight'!important;
      font-size: 65px;
    }

    h4 {   
    color:#f6f3ef;   
    font-family: SackersItalianScriptStd !important;
    font-style: normal;
    font-size:33px;   
    letter-spacing: 0em;   
      line-height: 0em;
    margin-bottom:10px; }


    //

  10. // Fontkit

    @font-face {
        font-family: 'Carefree Serif';
        src: url('CarefreeSerif-Italic.eot');
        src: url('CarefreeSerif-Italic.eot?#iefix') format('embedded-opentype'),
            url('CarefreeSerif-Italic.woff2') format('woff2'),
            url('CarefreeSerif-Italic.woff') format('woff'),
            url('CarefreeSerif-Italic.svg#CarefreeSerif-Italic') format('svg');
        font-weight: normal;
        font-style: italic;
        font-display: swap;
    }

    @font-face {
        font-family: 'Carefree Serif';
        src: url('CarefreeSerif-Regular.eot');
        src: url('CarefreeSerif-Regular.eot?#iefix') format('embedded-opentype'),
            url('CarefreeSerif-Regular.woff2') format('woff2'),
            url('CarefreeSerif-Regular.woff') format('woff'),
            url('CarefreeSerif-Regular.svg#CarefreeSerif-Regular') format('svg');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Carefree Serif';
        src: url('CarefreeSerif-Extralight.eot');
        src: url('CarefreeSerif-Extralight.eot?#iefix') format('embedded-opentype'),
            url('CarefreeSerif-Extralight.woff2') format('woff2'),
            url('CarefreeSerif-Extralight.woff') format('woff'),
            url('CarefreeSerif-Extralight.svg#CarefreeSerif-Extralight') format('svg');
        font-weight: 200;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Carefree Serif';
        src: url('CarefreeSerif-ExtralightItalic.eot');
        src: url('CarefreeSerif-ExtralightItalic.eot?#iefix') format('embedded-opentype'),
            url('CarefreeSerif-ExtralightItalic.woff2') format('woff2'),
            url('CarefreeSerif-ExtralightItalic.woff') format('woff'),
            url('CarefreeSerif-ExtralightItalic.svg#CarefreeSerif-ExtralightItalic') format('svg');
        font-weight: 200;
        font-style: italic;
        font-display: swap;
    }

    @font-face {
        font-family: 'Sackers Italian Script Std';
        src: url('SackersItalianScriptStd.eot');
        src: url('SackersItalianScriptStd.eot?#iefix') format('embedded-opentype'),
            url('SackersItalianScriptStd.woff2') format('woff2'),
            url('SackersItalianScriptStd.woff') format('woff'),
            url('SackersItalianScriptStd.svg#SackersItalianScriptStd') format('svg');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }

    // Custom Fonts Implement:

    h1 {font-family: 'CarefreeSerif-Regular'!important;
      font-style: normal;}

    h2 {font-family: 'CarefreeSerif-Regular'!important;
      font-style: normal;}

    h1.BlogItem-title 
    { font-size: 40px;
      font-family:'CarefreeSerif-Regular'!important;
    font-style: normal;}

    h2.Index-gallery-item-content-heading 
    { font-family: 'Carefreeserif-extralight'!important;
      font-size: 65px;
    }

    h4 {   
    color:#f6f3ef;   
    font-family: SackersItalianScriptStd !important;
    font-style: normal;
    font-size:33px;   
    letter-spacing: 0em;   
      line-height: 0em;
    margin-bottom:10px; }


    //

  11. Hi, I've added custom fonts to my site www.atfirstblink.com, I'm unable to get them to show up consistently across all devices and browsers.

     

    1. The Index Gallery font on the homepage doesn't show up at all

    2. The heading 1 and heading 2 fonts show up on my laptop's Mac chrome and safari browser but not on my iphone or ipad's Chrome and Safari browser 

     

    3. The heading 4 font Sackers script only shows on my laptop browsers again.

     

    I've loaded ttf, woff and woff2 files for the Carefree serif font as custom css. Can someone tell me how to fix the issue pls. Thanks.

     

    @tuanphan I see you have helped a lot of people with the same issue. Can you pls check my code below and tell me where I'm going wrong.

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