angular-fontselect
angular-fontselect copied to clipboard
IE Support? Browsers showing font not as expected.
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!
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?