Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenType embedding permission check error with Open Sans Condensed #404

Open
GoogleCodeExporter opened this issue Feb 2, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant