Oops, returning -webkit-font-smoothing: antialiased;

This commit is contained in:
John Mulhausen 2017-02-27 15:15:13 -08:00
parent 003defb58a
commit 9096fdd0a3
No known key found for this signature in database
GPG Key ID: 0FC599ECCDBFDE02
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}
body {

View File

@ -10,6 +10,7 @@ html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}
body {