From 229e477413633e5320265da8ce6ab40419925f1f Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Sat, 26 Jul 2014 10:01:12 -0400 Subject: [PATCH] website: make lato light 200 weight, seems to show up better on non-retina --- website/source/stylesheets/_variables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/stylesheets/_variables.less b/website/source/stylesheets/_variables.less index e49500612c..43a47f42e7 100755 --- a/website/source/stylesheets/_variables.less +++ b/website/source/stylesheets/_variables.less @@ -47,7 +47,7 @@ // ------------------------- @font-family-lato: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; @font-family-open-sans: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; -@font-weight-lato-xl: 100; +@font-weight-lato-xl: 200; @font-weight-lato-reg: 300; @font-weight-lato-sb: 500; @font-weight-lato-xb: 700;