Jump to content

Custom Font in the List Section not working in Safari Browser

Recommended Posts

Site URL: https://lebendige-gaerten.squarespace.com/

Hello, I need some help. I’ve uploaded a custom font to my site, and it works well overall, but in one section—the list section—it’s not displaying correctly in the Safari browser. I’ve used the following code to apply the font as a heading in the list section.

/**
List Section Custom Font Title 
**/
.user-items-list-item-container .list-item-content__title {
  font-family: 'Moreganic' !important;
  font-size:30px !important;
  letter-spacing: 1px !important;
}

How can this issue be fixed? Looking forward to your help!

https://www.lebendige-gaerten-hh.de/
pword: lebendigegaertenhh2023

Link to comment

Because you used incorrect font-family name

You declared this font-face

image.thumb.png.0cb5a0f6c95d96349df0690b7a4edcde.png

so you need to use this code

.user-items-list-item-container .list-item-content__title {
  font-family: MORGANIC !important;
  font-size:30px !important;
  letter-spacing: 1px !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

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.