css - google font import doesn't work on linux -
i'm finishing website have weird problem. have font imported google, in css file.
@import url(http://fonts.googleapis.com/css?family=josefin+slab);
then normal font-family call on body tag this.
body{ font-family:'josefin sans', sans-serif; }
it works fine in chrome, firefox, exploder, safari, opera on windows , whatever else i've been able try on.
i @ school yesterday between classes working on it, computers in lab linux machines, opened website firefox on linux , font didn't load on of them. defaulted sans-serif.
i checked on safari on mac @ work , doesn't load there either. defaults sans-serif.
is problem font file types on google , have go import eof , ttf , in order fix this? or else?
i suggest uploading font http://www.fontsquirrel.com/ using webfont generator.
this give fontface css , different font file types cross browser compatability.
Comments
Post a Comment