Jump to content

Custom font not working in mobile

Recommended Posts

Posted

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; }

  • Replies 6
  • Views 3.1k
  • Created
  • Last Reply
  • 7 months later...
Posted

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");
}

 

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.