From a08c1816cf1561f5f0e56cf619740e4fc117a0ec Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Sun, 27 Jul 2014 14:41:25 -0400 Subject: [PATCH] website: lato 100 font weight --- website/source/stylesheets/_utilities.less | 6 +++--- website/source/stylesheets/main.css | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/website/source/stylesheets/_utilities.less b/website/source/stylesheets/_utilities.less index 4dfeae081..c8c22896c 100755 --- a/website/source/stylesheets/_utilities.less +++ b/website/source/stylesheets/_utilities.less @@ -3,7 +3,7 @@ // -------------------------------------------------- -// +// // ------------------------- .anti-alias() { @@ -19,13 +19,13 @@ background: -o-linear-gradient(left, #694a9c 0%,#cd2028 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(left, #694a9c 0%,#cd2028 100%); /* IE10+ */ background: linear-gradient(to right, #694a9c 0%,#cd2028 100%); /* W3C */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#694a9c', endColorstr='#cd2028',GradientType=1 ); /* IE6-9 */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#694a9c', endColorstr='#cd2028',GradientType=1 ); /* IE6-9 */ } .lato-light(){ font-family: @font-family-lato; - font-weight: 100; + font-weight: 200; } .skewY(@skew){ diff --git a/website/source/stylesheets/main.css b/website/source/stylesheets/main.css index 041e47069..8c1d2b54e 100644 --- a/website/source/stylesheets/main.css +++ b/website/source/stylesheets/main.css @@ -149,7 +149,7 @@ body.page-sub #header .main-links.nav > li > a:focus { line-height: 56px; font-size: 24px; font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 100; + font-weight: 200; text-transform: uppercase; background: url(../images/consul-header-logo.png) 0 0 no-repeat; background-image: url("../images/header-logo.png"); @@ -695,7 +695,7 @@ body.page-home #footer { .feature { padding: 240px 0; font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 100; + font-weight: 200; } .feature h2 { text-align: right; @@ -705,7 +705,7 @@ body.page-home #footer { text-transform: uppercase; color: #822ff7; font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 100; + font-weight: 200; } .feature p { font-size: 16px; @@ -910,7 +910,7 @@ body.page-home #footer { letter-spacing: 3px; color: white; font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 100; + font-weight: 200; } #cta a:hover { text-decoration: none; @@ -941,7 +941,7 @@ body.page-home #footer { font-size: 28px; color: #9148f8; font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 100; + font-weight: 200; } #demos .explantion p { margin-bottom: 0; @@ -1453,7 +1453,7 @@ body.layout-intro > .container .col-md-8[role=main] > div { margin-bottom: 24px; border-bottom: 1px solid #eeeeee; font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 100; + font-weight: 200; } .bs-docs-section h2, .bs-docs-section h3,