angular-fontselect icon indicating copy to clipboard operation
angular-fontselect copied to clipboard

IE Support? Browsers showing font not as expected.

Open snowdave86 opened this issue 8 years ago • 1 comments

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!

snowdave86 avatar Sep 21 '16 00:09 snowdave86

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?

Xiphe avatar Oct 07 '16 08:10 Xiphe