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

Webpage with examples does not work in Edge (which supports calt) #3

Open
wizzard0 opened this issue Sep 12, 2017 · 1 comment
Open

Comments

@wizzard0
Copy link

http://aftertheflood.co/projects/atf-spark show raw numbers instead of sparklines.

And, i'm pretty sure Edge supports contextual alternates, as I've used them, including this font, in the playground at http://clagnut.com/sandbox/css3/

@Crydust
Copy link

Crydust commented Sep 12, 2017

You need to manually enable calt in edge and internet explorer.

.class {
    font-variant-ligatures: contextual;
    -moz-font-feature-settings: "calt";
    -webkit-font-feature-settings: "calt";
    font-feature-settings: "calt";
}

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