Jump to content

custom css code for custom font not working on mobile

Recommended Posts

Site URL: http://www.138harborsprings.com

@font-face 

{ font-family: ‘Cocktail Script’;

src: url(https://static1.squarespace.com/static/60abf4a27a050004fd70c317/t/60ac0f0bd76f744724198d2a/1621888779893/Font+Diner+-+CocktailScript.otf); }

h1 {font-family: 'Cocktail Script';}
h2 {font-family: 'Cocktail Script';}

 

 

custom code works on desktop, but not mobile. Any Suggestions are appreciated

Link to comment
  • Replies 1
  • Views 425
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

20 hours ago, jenmy said:

Site URL: http://www.138harborsprings.com

@font-face 

{ font-family: ‘Cocktail Script’;

src: url(https://static1.squarespace.com/static/60abf4a27a050004fd70c317/t/60ac0f0bd76f744724198d2a/1621888779893/Font+Diner+-+CocktailScript.otf); }

h1 {font-family: 'Cocktail Script';}
h2 {font-family: 'Cocktail Script';}

 

 

custom code works on desktop, but not mobile. Any Suggestions are appreciated

Remove all & use this new code

@font-face {
    font-family: 'Cocktail-Script';
    src: url(https://static1.squarespace.com/static/60abf4a27a050004fd70c317/t/60ac0f0bd76f744724198d2a/1621888779893/Font+Diner+-+CocktailScript.otf)
}

h1, h2 {
    font-family: 'Cocktail-Script' !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.