From fece7708f38e857763916682991c7b17150a7a05 Mon Sep 17 00:00:00 2001 From: Jason Costello Date: Tue, 21 Feb 2017 14:37:51 -0800 Subject: [PATCH] Remove refs to Museo --- website/source/assets/stylesheets/_docs.scss | 10 +++++----- website/source/assets/stylesheets/_global.scss | 5 +++-- website/source/assets/stylesheets/_home.scss | 13 ++++++------- website/source/assets/stylesheets/_variables.scss | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/website/source/assets/stylesheets/_docs.scss b/website/source/assets/stylesheets/_docs.scss index 442ca26fe8..67600e4cb4 100755 --- a/website/source/assets/stylesheets/_docs.scss +++ b/website/source/assets/stylesheets/_docs.scss @@ -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; } } diff --git a/website/source/assets/stylesheets/_global.scss b/website/source/assets/stylesheets/_global.scss index 572f5cc8a8..054c7919a0 100755 --- a/website/source/assets/stylesheets/_global.scss +++ b/website/source/assets/stylesheets/_global.scss @@ -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 { diff --git a/website/source/assets/stylesheets/_home.scss b/website/source/assets/stylesheets/_home.scss index cb6b4f962f..4eb55c3815 100755 --- a/website/source/assets/stylesheets/_home.scss +++ b/website/source/assets/stylesheets/_home.scss @@ -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{ diff --git a/website/source/assets/stylesheets/_variables.scss b/website/source/assets/stylesheets/_variables.scss index 82de86e759..ba88927c04 100755 --- a/website/source/assets/stylesheets/_variables.scss +++ b/website/source/assets/stylesheets/_variables.scss @@ -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;