Remove refs to Museo

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

View File

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

View File

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