mirror of
https://github.com/moparisthebest/mail
synced 2024-12-24 16:28:49 -05:00
fix font rendering on osx
This commit is contained in:
parent
65e276fc97
commit
a05fdd170d
@ -1,7 +1,9 @@
|
|||||||
/* global */
|
/* global */
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: 'PT Sans', sans-serif;
|
font-family: 'PT Sans', Arial, sans-serif;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
color: $default-text-color;
|
color: $default-text-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user