I am using dynamic fonts (font-face) in an HTML page.
I have seen that sometimes, IExplorer users doesn't have have permission to download fonts. This is a choice of security settings.
Is it possible to detect using Javascript if the browser allows font downloads? In this case I could display an alert or I could use an alternative technique as Cufón.
Thanks!!!