fix source sans refs

This commit is contained in:
captainill 2015-11-09 12:57:42 -08:00
parent 5f3197dc99
commit cbc8ed7646
3 changed files with 4 additions and 10 deletions

View File

@ -140,7 +140,7 @@ body.layout-intro{
> a{
-webkit-font-smoothing: antialiased;
font-family: $font-family-open-sans;
font-family: $font-family-source-sans;
padding: 6px 15px;
}
@ -152,7 +152,7 @@ body.layout-intro{
padding: 6px 0;
> a{
-webkit-font-smoothing: antialiased;
font-family: $font-family-open-sans;
font-family: $font-family-source-sans;
}
}
}
@ -177,7 +177,7 @@ body.layout-intro{
p, li, .alert {
font-size: 20px;
font-family: $font-family-open-sans;
font-family: $font-family-source-sans;
font-weight: $font-weight-open;
line-height: 1.5em;
margin: 0 0 18px;
@ -253,4 +253,3 @@ body.layout-intro{
}
}
}

View File

@ -19,8 +19,3 @@
font-family: $font-family-museo;
font-weight: $font-weight-museo-xb;
}
.os{
font-family: $font-family-open-sans;
font-weight: $font-weight-open;
}

View File

@ -47,7 +47,7 @@ $link-hover-color: darken($link-color, 15%);
// Typography
// -------------------------
$font-family-museo: 'museo-sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
$font-family-open-sans: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;
$font-family-source-sans: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;
$font-weight-museo-xl: 100;
$font-weight-museo-reg: 300;
$font-weight-museo-sb: 500;