css - Commas in @font-face irritate Firefox -
i wanted use font using following @font-face rule:
@font-face { font-family: 'web symbols'; font-style: normal; font-weight: 400; src: local('web symbols'), local('websymbols'), url(http://localhost/blog/webfonts/websymbols-regular.otf) format('opentype'); }
but not work, ff not use right font, although knows it:
but interestingly uses font, when remove 1(!) comma src
-rule, no matter of both commas. bug in firefox or doing wrong? compared font-face
provided google not able find differences.
Comments
Post a Comment