Last active
December 12, 2015 07:48
-
-
Save thefella/4739098 to your computer and use it in GitHub Desktop.
Revisions
-
thefella revised this gist
Feb 8, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ text-rendering: optimizeLegibility; -moz-font-feature-settings: "liga=1, dlig=1"; -moz-font-feature-settings: "liga", "dlig"; -ms-font-feature-settings: "liga", "dlig"; -o-font-feature-settings: "liga", "dlig"; -webkit-font-feature-settings: "liga", "dlig"; font-feature-settings: "liga", "dlig"; -
thefella created this gist
Feb 8, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ .ligatures { text-rendering: optimizeLegibility; -moz-font-feature-settings: "liga=1, dlig=1"; -moz-font-feature-settings: "liga", "dlig"; -ms-font-feature-settings: "liga", "dlig"; -o-font-feature-settings: "liga", "dlig"; -webkit-font-feature-settings: "liga", "dlig"; font-feature-settings: "liga", "dlig"; -moz-font-variant-ligatures: common-ligatures discretionary-ligatures; -ms-font-variant-ligatures: common-ligatures discretionary-ligatures; -o-font-variant-ligatures: common-ligatures discretionary-ligatures; -webkit-font-variant-ligatures: common-ligatures discretionary-ligatures; font-variant-ligatures: common-ligatures discretionary-ligatures; }