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

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

python - cx_oracle unable to find Oracle Client -