From 3574fcf40f8f3149369ea3d243f23c16196c2b38 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Tue, 27 Oct 2015 11:54:45 -0400 Subject: [PATCH] Change to Noto Sans --- stylesheets/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stylesheets/styles.css b/stylesheets/styles.css index dc41886..debe44f 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -1,10 +1,10 @@ -@import url(https://fonts.googleapis.com/css?family=Lato:400italic,700italic,400,700); +@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700italic,700); body { background-color: #fff; padding:50px; - font: 14px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif; - color:#666; + font: 14px/1.5 "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; + color:#727272; font-weight:400; }