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: firebug screenshot

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

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -