Mobile Safari does not accept Century Gothic

I created this site:

http://imageworkz.asia/sixsensestester

It has the Century Gothic font family, and it works great in all browsers except MOBILE Safari. Please note that this is MOBILE Safari, as the font is good in regular Safari. Any suggestions?

+3
source share
2 answers

You can provide fallback fonts on your stack. If nothing else, just go back to the default sans-serif:

font-family: 'Century Gothic', sans-serif;

Safari , , , Helvetica Apple . , "Century Gothic substitute iOS" , iOS, , Helvetica . :

font-family: 'Century Gothic', SomeFont, sans-serif;
+7

Century Gothic Android. , .

Windows Century Gothic , , , 90%, . http://www.codestyle.org/css/font-family/sampler-WindowsResults.shtml

+1

All Articles