Stop fixing font smoothing - multiple people have requested this
http://www.usabilitypost.com/2012/11/05/stop-fixing-font-smoothing/
This commit is contained in:
parent
d8fb939d07
commit
06f8b14c28
1
scss/skeleton.scss
vendored
1
scss/skeleton.scss
vendored
@ -20,7 +20,6 @@ body {
|
|||||||
background: #fff;
|
background: #fff;
|
||||||
font: 14px/21px $body_font_family;
|
font: 14px/21px $body_font_family;
|
||||||
color: #444;
|
color: #444;
|
||||||
-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
|
|
||||||
-webkit-text-size-adjust: 100%;
|
-webkit-text-size-adjust: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user