Remove refs to Museo

This commit is contained in:
Jason Costello 2017-02-21 14:37:51 -08:00
parent ce058b6a4a
commit fece7708f3
4 changed files with 15 additions and 15 deletions

View File

@ -103,25 +103,25 @@ body.layout-intro{
/*> a:hover,
> a:focus {
font-weight: $font-weight-museo-xb;
font-weight: font-weight-xb;
}*/
.nav {
display: block;
li.active a {
font-weight: $font-weight-museo-xb;
font-weight: font-weight-xb;
}
li.active .subnav {
display: block;
li a {
font-weight: $font-weight-museo-sb;
font-weight: $font-weight-sb;
}
li.active a {
font-weight: $font-weight-museo-xb;
font-weight: font-weight-xb;
}
}
}
@ -130,7 +130,7 @@ body.layout-intro{
> a {
text-transform: uppercase;
font-family: $font-family-open-sans;
font-weight: $font-weight-museo-sb;
font-weight: $font-weight-sb;
-webkit-font-smoothing: antialiased;
}
}

View File

@ -15,13 +15,14 @@ body {
h1, h2, h3, h4, h5 {
font-family: $font-family-klavika;
text-transform: uppercase;
}
h1{
font-size: 42px;
line-height: 42px;
font-family: $font-family-klavika;
font-weight: $font-weight-museo-sb;
font-weight: $font-weight-sb;
margin-bottom: 24px;
}
@ -29,7 +30,7 @@ h3{
font-size: 28px;
line-height: 28px;
font-family: $font-family-klavika;
font-weight: $font-weight-museo-sb;
font-weight: $font-weight-sb;
}
p {

View File

@ -22,15 +22,14 @@ body.page-home{
letter-spacing: 2px;
color: $purple;
font-family: $font-family-klavika;
font-weight: $font-weight-museo-xb;
font-weight: font-weight-xb;
}
p{
font-size: 16px;
letter-spacing: 1px;
line-height: 1.5em;
color: $consul-gray;
font-family: $font-family-open-sans;
font-weight: $font-weight-museo-sb;
font-weight: $font-weight-sb;
}
.icn{
@ -112,7 +111,7 @@ body.page-home{
letter-spacing: 1px;
line-height: 1.5em;
color: $consul-gray;
font-weight: $font-weight-museo-sb;
font-weight: $font-weight-sb;
}
@ -150,7 +149,7 @@ body.page-home{
font-size: 22px;
text-transform: uppercase;
font-family: $font-family-klavika;
font-weight: $font-weight-museo-xb;
font-weight: font-weight-xb;
}
p{
@ -159,7 +158,7 @@ body.page-home{
line-height: 1.5em;
color: $consul-gray;
font-family: $font-family-open-sans;
font-weight: $font-weight-museo-sb;
font-weight: $font-weight-sb;
}
}
@ -213,7 +212,7 @@ body.page-home{
letter-spacing: 1px;
color: $gray-darker;
font-family: $font-family-klavika;
font-weight: $font-weight-museo-xb;
font-weight: font-weight-xb;
}
ul.shell-dots{

View File

@ -52,7 +52,7 @@ $font-family-mono: "Courier New", Monaco, Menlo, Consolas, monospace;
$font-weight-museo-xl: 100;
$font-weight-museo-reg: 300;
$font-weight-museo-sb: 500;
$font-weight-museo-xb: 700;
font-weight-xb: 700;
$font-weight-open: $font-weight-museo-reg;