fix source sans refs
This commit is contained in:
parent
5f3197dc99
commit
cbc8ed7646
|
@ -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{
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue