1
0
mirror of synced 2025-02-21 12:49:35 +01:00

Darker text color, higher font weight (400 vs. 300)

This commit is contained in:
Thomas Boyt 2012-04-06 23:43:23 -04:00
parent 5478a64581
commit 4a2c9f8845

View File

@ -1,10 +1,10 @@
@import url(https://fonts.googleapis.com/css?family=Lato:300italic,700italic,300,700); @import url(https://fonts.googleapis.com/css?family=Lato:400italic,700italic,400,700);
body { body {
padding:50px; padding:50px;
font: 14px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif; font: 14px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
color:#777; color:#666;
font-weight:300; font-weight:400;
} }
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {