Darker text color, higher font weight (400 vs. 300)
This commit is contained in:
parent
5478a64581
commit
4a2c9f8845
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user