add 'text-rendering:geometricPrecision;' anywhere that seemed appropriate to support ligatures. closes #167

This commit is contained in:
Alexander Carr 2015-02-18 15:00:09 -08:00
parent 70ad5bde8b
commit bcb586b862
1 changed files with 3 additions and 0 deletions

View File

@ -184,6 +184,7 @@ body {
-webkit-font-feature-settings: 'kern' 1;
-moz-font-feature-settings: 'kern' 1;
-o-font-feature-settings: 'kern' 1;
text-rendering: geometricPrecision;
}
::-moz-selection {
@ -203,6 +204,7 @@ h4, h5, h6 {
line-height: 1.15em;
margin: 0 0 0.4em 0;
font-family: "Open Sans", sans-serif;
text-rendering: geometricPrecision;
}
h1 {
@ -246,6 +248,7 @@ p, ul, ol, dl {
-moz-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
-o-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
margin: 0 0 1.75em 0;
text-rendering: geometricPrecision;
}
ol, ul {