Skip to content

Instantly share code, notes, and snippets.

@adikahorvath
Created June 17, 2016 14:36
Show Gist options
  • Save adikahorvath/479bc743371deb214111e18ad99e6844 to your computer and use it in GitHub Desktop.
Save adikahorvath/479bc743371deb214111e18ad99e6844 to your computer and use it in GitHub Desktop.
OpenType font family CSS features
p {
font-kerning: normal;
font-variant-ligatures: common-ligatures contextual;
-moz-font-feature-settings: "kern", "liga", "clig", "calt";
-ms-font-feature-settings: "kern", "liga", "clig", "alt";
-webkit-font-feature-settings: "kern", "liga", "clig", "calt";
font-feature-settings: "kern", "liga", "clig", "calt";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment