Skip to content

Instantly share code, notes, and snippets.

@dmao
Created June 19, 2013 10:03
Show Gist options
  • Save dmao/5813189 to your computer and use it in GitHub Desktop.
Save dmao/5813189 to your computer and use it in GitHub Desktop.
Activate ligature
h1 {
-moz-font-feature-settings: "liga=1, dlig=1";
-ms-font-feature-settings: "liga", "dlig";
-webkit-font-feature-settings: "liga", "dlig";
-o-font-feature-settings: "liga", "dlig";
font-feature-settings: "liga", "dlig";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment