rcalmet / googlefontdirectory

Automatically exported from code.google.com/p/googlefontdirectory
0 stars 0 forks source link

OpenType embedding permission check error with Open Sans Condensed #404

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 mleat...@gmail.com on 11 Mar 2015 at 5:56