1
0
Fork 0

Fix antialiasing for other documents.

master
Ambrose Chua 2013-10-25 14:35:04 +08:00
parent af90457ef9
commit f5c9bc0698
5 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,7 @@
body {
padding: 100px 0;
font-family:'Lato', 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
-webkit-font-smoothing: antialiased;
background-color: #fff;
font-size: 25px;
color: #fff;

View File

@ -13,6 +13,7 @@
body {
padding: 100px 0;
font-family:'Lato', 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
-webkit-font-smoothing: antialiased;
background-color: #fff;
font-size: 25px;
color: #fff;

View File

@ -14,6 +14,7 @@
* {
font-family: Lato, "Helvetica Neue", Helvetica;
font-weight: 100;
-webkit-font-smoothing: antialiased;
color: #fff;
box-sizing: border-box;
padding: 0;

View File

@ -13,6 +13,7 @@
body {
padding: 100px 0;
font-family:'Lato', 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
-webkit-font-smoothing: antialiased;
background-color: #fff;
font-size: 25px;
}

View File

@ -13,6 +13,7 @@
body {
padding: 100px 0;
font-family:'Lato', 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
-webkit-font-smoothing: antialiased;
background-color: #fff;
font-size: 25px;
color: #fff;