got rid of moz osx smoothing in css
This commit is contained in:
parent
3b45a9c3e3
commit
2ff6a1f216
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ body {
|
|||
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
|
||||
sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
/* -moz-osx-font-smoothing: grayscale; */
|
||||
}
|
||||
|
||||
code {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue