Added font smoothing to the css

This commit is contained in:
Carlos Cabral 2014-12-23 15:29:48 -02:00
parent f307ba424f
commit 4a262412da

3
css/skeleton.css vendored
View File

@ -119,7 +119,8 @@
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
font-size: 62.5%; }
font-size: 62.5%;
-webkit-font-smoothing: antialiased; }
body {
font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
line-height: 1.6;