1
0
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:
Tankred Hase 2013-09-14 15:05:42 +02:00
parent 65e276fc97
commit a05fdd170d

View File

@ -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;
} }