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

font-feature-settings in Opera and Chrome not generated or working #187

Open
Timalex opened this issue Feb 21, 2014 · 3 comments
Open

font-feature-settings in Opera and Chrome not generated or working #187

Timalex opened this issue Feb 21, 2014 · 3 comments

Comments

@Timalex
Copy link

Timalex commented Feb 21, 2014

Hi and thank you for the good work :)

I'm using "font-feature-settings: 'liga' 1;" to render an important logotype with it's proper ligature.
It is rendering instead it's regular oversized "f" without the ligature in Chrome 32 and Webkit-based Opera (19.0.1326.63). (EDIT: Now it fails in Opera Mobile as well.) It's rendering with the ligature in Opera 12, IE11 and Firefox 27.

EDIT: No change because of Chrome update.

Current support seems good http://caniuse.com/#feat=font-feature

@TylerEich
Copy link

Do you have a test case? A webpage or plunk that demonstrates the issue?

@Timalex
Copy link
Author

Timalex commented Feb 24, 2014

Will this very rough draft suffice? http://portfolio.timalex.se/prefixfree/

@TylerEich
Copy link

I can confirm that prefix-free is not prefixing the font-feature-settings property in Chrome.

On Google Chrome v33.0.1750.117 (1750.117) on Mac OS X 10.9.1 (13B42), the console says it doesn't recognize font-feature-settings: 'liga' 1;, and prefix-free apparently never prefixes it. But changing the declaration to -webkit-font-feature-settings: 'liga' 1; works.

In Firefox v27.0.1 (2714.2.12), the property is properly prefixed.

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

No branches or pull requests

2 participants