html - Partial support in IE9+ refers to the fonts only working when set to be "installable" - what's that mean? -
i trying implement .otf font website working on @font-face rule:
@font-face { font-family: "neris"; src: url(../fonts/neris/neris-semibold.otf) format("opentype"); font-weight: 400; }
however, doesn't work in ie, checked caniuse , said:
partial support in ie9+ refers fonts working when set "installable".
what's mean anyway? there can make "installable" or should give ie support in case? thanks!
Comments
Post a Comment