Skip to content

Instantly share code, notes, and snippets.

@curiositry
Created August 28, 2013 18:48
Show Gist options
  • Save curiositry/6369751 to your computer and use it in GitHub Desktop.
Save curiositry/6369751 to your computer and use it in GitHub Desktop.
Code to enable Opentype Ligatures. (See _opentype-features.scss for more options)
-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