Add font smoothing

This commit is contained in:
Kegan Myers 2014-06-27 07:57:11 -05:00
parent 1f4fe33200
commit 83f9e10b45

View file

@ -10,6 +10,11 @@
font-family: 'Source Sans Pro', sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
/* The font looks a little pixelated, hopefully browsers don't suck too bad */
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
body {