diff --git a/stylesheets/styles.css b/stylesheets/styles.css index dacf2e1..7cdd22e 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -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 { 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 {