website: lato 100 font weight

This commit is contained in:
Jack Pearkes 2014-07-27 14:41:25 -04:00
parent a2aeda969c
commit a08c1816cf
2 changed files with 9 additions and 9 deletions

View File

@ -3,7 +3,7 @@
// -------------------------------------------------- // --------------------------------------------------
// //
// ------------------------- // -------------------------
.anti-alias() { .anti-alias() {
@ -19,13 +19,13 @@
background: -o-linear-gradient(left, #694a9c 0%,#cd2028 100%); /* Opera 11.10+ */ background: -o-linear-gradient(left, #694a9c 0%,#cd2028 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #694a9c 0%,#cd2028 100%); /* IE10+ */ background: -ms-linear-gradient(left, #694a9c 0%,#cd2028 100%); /* IE10+ */
background: linear-gradient(to right, #694a9c 0%,#cd2028 100%); /* W3C */ 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(){ .lato-light(){
font-family: @font-family-lato; font-family: @font-family-lato;
font-weight: 100; font-weight: 200;
} }
.skewY(@skew){ .skewY(@skew){

View File

@ -149,7 +149,7 @@ body.page-sub #header .main-links.nav > li > a:focus {
line-height: 56px; line-height: 56px;
font-size: 24px; font-size: 24px;
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 100; font-weight: 200;
text-transform: uppercase; text-transform: uppercase;
background: url(../images/consul-header-logo.png) 0 0 no-repeat; background: url(../images/consul-header-logo.png) 0 0 no-repeat;
background-image: url("../images/header-logo.png"); background-image: url("../images/header-logo.png");
@ -695,7 +695,7 @@ body.page-home #footer {
.feature { .feature {
padding: 240px 0; padding: 240px 0;
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 100; font-weight: 200;
} }
.feature h2 { .feature h2 {
text-align: right; text-align: right;
@ -705,7 +705,7 @@ body.page-home #footer {
text-transform: uppercase; text-transform: uppercase;
color: #822ff7; color: #822ff7;
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 100; font-weight: 200;
} }
.feature p { .feature p {
font-size: 16px; font-size: 16px;
@ -910,7 +910,7 @@ body.page-home #footer {
letter-spacing: 3px; letter-spacing: 3px;
color: white; color: white;
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 100; font-weight: 200;
} }
#cta a:hover { #cta a:hover {
text-decoration: none; text-decoration: none;
@ -941,7 +941,7 @@ body.page-home #footer {
font-size: 28px; font-size: 28px;
color: #9148f8; color: #9148f8;
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 100; font-weight: 200;
} }
#demos .explantion p { #demos .explantion p {
margin-bottom: 0; margin-bottom: 0;
@ -1453,7 +1453,7 @@ body.layout-intro > .container .col-md-8[role=main] > div {
margin-bottom: 24px; margin-bottom: 24px;
border-bottom: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee;
font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 100; font-weight: 200;
} }
.bs-docs-section h2, .bs-docs-section h2,
.bs-docs-section h3, .bs-docs-section h3,