Skip to content

Instantly share code, notes, and snippets.

@DenisLeblanc
Created May 29, 2015 03:15
Show Gist options
  • Save DenisLeblanc/123539bf18ce9d1947e8 to your computer and use it in GitHub Desktop.
Save DenisLeblanc/123539bf18ce9d1947e8 to your computer and use it in GitHub Desktop.
/* Alternate characters */
-webkit-font-feature-settings: "ss01";
-moz-font-feature-settings: "ss01" 1;
font-feature-settings: "ss01";
/* Common ligatures (ff, fi, ffi, fl, ffl, fj, …) */
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga" 1;
font-feature-settings: "liga";
/* Small caps */
-webkit-font-feature-settings: "smcp";
-moz-font-feature-settings: "smcp" 1;
font-feature-settings: "smcp";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment