Skip to content

Instantly share code, notes, and snippets.

@terkel
Last active February 17, 2020 23:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save terkel/d6487bc5817fe128597d4576aaa890a6 to your computer and use it in GitHub Desktop.
Save terkel/d6487bc5817fe128597d4576aaa890a6 to your computer and use it in GitHub Desktop.
*,
*::before,
*::after {
font-feature-settings:
"ital" var(--font-feature-ital, 0),
"locl" var(--font-feature-locl, 1),
"palt" var(--font-feature-palt, 0);
}
h1 {
--font-feature-palt: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment