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

New Safari Browser and Google Webfonts #8

Open
marcwieland95 opened this issue Jan 4, 2016 · 1 comment
Open

New Safari Browser and Google Webfonts #8

marcwieland95 opened this issue Jan 4, 2016 · 1 comment

Comments

@marcwieland95
Copy link
Owner

See https://github.com/mnater/Hyphenator/issues/239
Not just in Hyphenator, also in Hypher this bug occurs.

This is a bug in Safari and will be fixed in a newer version: (https://bugs.webkit.org/show_bug.cgi?id=150329)

@marcwieland95
Copy link
Owner Author

The vendor-prefix in -webkit-font-variant-ligatures: no-common-ligatures;is no longer supported in Safari 9.1. And, sadly, the bug is still there.
Use both, the prefixed (for Safari < 9.1) and the unprefixed (for Safari >= 9.1) property:

-webkit-font-variant-ligatures: no-common-ligatures;
font-variant-ligatures: no-common-ligatures;

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

1 participant