You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1.import font in CSS using @import
url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);
2. launch web page in Internet Explorer v8 or v9 (possibly others, haven't
tested) from an https URL (with web developer console open so as to trap errors)
3. Console shows error "CSS3114: @font-face failed OpenType embedding
permission check. Permission must be Installable." and text set to render in
Open Sans renders instead in one of the 'fallback fonts' specified in CSS.
What is the expected output? What do you see instead?
For there not to be an error and for the font to render
What version of the product are you using? On what operating system?
Mainly tested using IE9 on Windows 7
Please provide any additional information below.
I have only had a chance to test using https URLs (since that is what my
content will be loaded until in production) but quite possibly this happens
over http as well, I just haven't had a chance to try.
Original issue reported on code.google.com by [email protected] on 11 Mar 2015 at 5:56
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 11 Mar 2015 at 5:56The text was updated successfully, but these errors were encountered: