Skip to content

Instantly share code, notes, and snippets.

@nuclearpengy
Created January 25, 2016 22:17
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 nuclearpengy/48f6d1f01cc14d914db3 to your computer and use it in GitHub Desktop.
Save nuclearpengy/48f6d1f01cc14d914db3 to your computer and use it in GitHub Desktop.
<style>
p, ul, ol {
-webkit-font-feature-settings: 'liga' 0, 'onum' 1, 'kern' 1;
-moz-font-feature-settings: 'liga' 0, 'onum' 1, 'kern' 1;
-o-font-feature-settings: 'liga' 0, 'onum' 1, 'kern' 1;
font-feature-settings: 'liga' 0, 'onum' 1, 'kern' 1;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment