1
0
mirror of synced 2024-11-15 03:07:39 +01:00

Merge pull request #2 from thomasboyt/master

Use a higher font weight & a darker color for body text
This commit is contained in:
Steve Smith 2015-10-27 11:40:18 -04:00
commit c8ba0e498b

View File

@ -1,11 +1,11 @@
@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 {
background-color: #fff;
padding:50px;
font:14px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
color:#777;
font-weight:300;
font: 14px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
color:#666;
font-weight:400;
}
h1, h2, h3, h4, h5, h6 {