Jump to content

Fonts not appearing correctly in Safari

Recommended Posts

Site URL: https://www.yellowbikepress.com/

Hello! Here is the site I am working on and the page I am referencing: https://www.yellowbikepress.com/blog.

I used code to change the font of the blog post title and "Read More" button in the summary section, as well as the "Sign Up" button in the Subscribe section on the right. In Chrome the fonts show up fine, however in Safari they don't appear.

Here is the correct formatting:

8068711_ScreenShot2021-05-07at8_22_53PM.thumb.png.ce598fcfdf6ec80757e08eb7e71c2797.png

 

And here is how it appears in Safari:

817446384_ScreenShot2021-05-07at8_23_03PM.thumb.png.ad70e6a446e05aac4db9185442e8d78d.png

Any thoughts on how to fix this? Thanks!

 

Link to comment
  • Replies 9
  • Views 1.2k
  • Created
  • Last Reply

Top Posters In This Topic

On 5/12/2021 at 7:41 AM, mnewell said:

Hi tuanphan. The font is Henderson Sans. It's listed in Squarespace.

It doesn't work here, Windows/Chrome

I think your font name is incorrect, use this name

.summary-read-more-link {
    font-family: 'henderson-sans-basic' !important;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
On 5/12/2021 at 7:41 AM, mnewell said:

Hi tuanphan. The font is Henderson Sans. It's listed in Squarespace.

and need help on these issues?

Site URL – https://www.yellowbikepress.com/

1. (Mobile-Homepage) Remove white bar on right/bottom of screen

yellowbikepress.com-01-min.png

2. (Tablet-Homepage) Remove white bar on bottom of screen?

yellowbikepress.com-02-min.png

3. (Tablet-Homepage) Increase width a bit?

yellowbikepress.com-03-min.png

4. (Tablet-Blog) Stacked posts/sidebar?

yellowbikepress.com-04-min.png

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
On 5/18/2021 at 4:52 AM, mnewell said:

Hi tuanphan. That worked for the font – thanks for pointing out the correct name.

Yes, I would appreciate help for 1, 2, 3, and 4 if you can.

Add to Design > Custom CSS > Then save & Reload the site

/* Fix white bar */
@media screen and (max-width:640px) {
body {
    margin-bottom: 0 !important;
}
}
@media screen and (max-width:900px) and (min-width:641px) {
body {
    margin-bottom: 0 !important;
}
/* 3 icons width */
div#page-6064ae793e481f07b35bc33b .span-12>div:nth-child(6) .span-2 {
    width: 33.333%;
}
div#page-6064ae793e481f07b35bc33b .span-12>div:nth-child(6) .span-1 {
    display: none;
}
div#page-6064ae793e481f07b35bc33b .span-12>div:nth-child(6) .span-2:nth-child(2) {
    display: none;
}
/* stacked blog */
div#page-6079d5f05f35f16e8ed53852 .span-12>.row:nth-child(3)>.col {
    width: 100%;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

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