Jimdo / angular-fontselect

A fontselect directive for AngularJS
MIT License
29 stars 9 forks source link

IE Support? Browsers showing font not as expected. #55

Open snowdave86 opened 7 years ago

snowdave86 commented 7 years ago

I notice that the font picker does not work with IE11 and below. Google fonts also seems to be only calling .woff files. Is this a fault of this plugin not supporting IE or Google Webfonts API not supporting it anymore?

Thanks!

Xiphe commented 7 years ago

concerning the woff files: that seems to be Google. We're just requesting a css file with a @font-face declaration and from what I see, there is only a woff font present.

Concerning Browser-Support, we're actively testing with Chrome and FireFox so It's totally possible that there are issues with IE11.

Could you describe what exactly is not working?