Jump to content

Custom font not working in mobile

Recommended Posts

Using the Jasper template. Here is the code I'm using:


@font-face { font-family: "Metropolis"; src: url(https://static1.squarespace.com/static/5d707e930fec5500014bea13/t/5d786e87913a06645e30fa5f/1568173704160/Metropolis-Medium.woff2), url(https://static1.squarespace.com/static/5d707e930fec5500014bea13/t/5d786e789da84f77dcfe024c/1568173688518/Metropolis-Medium.woff), url(https://static1.squarespace.com/static/5d707e930fec5500014bea13/t/5d786eaf9da84f77dcfe0813/1568173744007/Metropolis-Medium.otf);}

header#header * { font-family: 'Metropolis' !important; font-size: 22px!important; }

h1 { font-family: 'Metropolis' !important; font-size: 22px!important; }

Link to comment
  • Replies 6
  • Views 2.9k
  • Created
  • Last Reply

@mplsjen Mobile Header uses other tags, so the code won't work.

add this code for mobile


.mobile-bar-wrapper * {
   font-family: 'Metropolis' !important;
   font-size: 24px !important;
}

h1, i think it worked all devices?

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
  • 7 months later...

you should add the files in other formats as well, for example, go to special font generator tool and convert your font then add all types because this has to do with the operating system.

@font-face {
font-family: "CustomFont";
src: url("CustomFont.eot");
src: url("CustomFont.woff") format("woff"),
url("CustomFont.otf") format("opentype"),
url("CustomFont.svg#filename") format("svg");
}

 

Link to comment

Archived

This topic is now archived and is closed to further replies.

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