Added font smoothing to the css
This commit is contained in:
parent
f307ba424f
commit
4a262412da
3
css/skeleton.css
vendored
3
css/skeleton.css
vendored
@ -119,7 +119,8 @@
|
|||||||
html is set to 62.5% so that all the REM measurements throughout Skeleton
|
html is set to 62.5% so that all the REM measurements throughout Skeleton
|
||||||
are based on 10px sizing. So basically 1.5rem = 15px :) */
|
are based on 10px sizing. So basically 1.5rem = 15px :) */
|
||||||
html {
|
html {
|
||||||
font-size: 62.5%; }
|
font-size: 62.5%;
|
||||||
|
-webkit-font-smoothing: antialiased; }
|
||||||
body {
|
body {
|
||||||
font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
|
font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
|
Loading…
Reference in New Issue
Block a user