diff --git a/css/skeleton.css b/css/skeleton.css index e7b7d1a..dd825c7 100644 --- a/css/skeleton.css +++ b/css/skeleton.css @@ -106,6 +106,8 @@ body { font-weight: 400; font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #222; } +body * { + -webkit-font-smoothing: antialiased; } /* Typography @@ -389,4 +391,4 @@ there. @media (min-width: 1000px) {} /* Larger than Desktop HD */ -@media (min-width: 1200px) {} \ No newline at end of file +@media (min-width: 1200px) {}