diff --git a/website/source/assets/stylesheets/_components.scss b/website/source/assets/stylesheets/_components.scss index 5cfeacbe7..8c7e18c86 100644 --- a/website/source/assets/stylesheets/_components.scss +++ b/website/source/assets/stylesheets/_components.scss @@ -180,7 +180,9 @@ header .header { border: 0; color: #b1d631; font-size: 14px; - font-weight: bolder; + font-weight: normal; + font-family: $mono; + text-shadow: 0 0 0; } a { diff --git a/website/source/assets/stylesheets/_helpers.scss b/website/source/assets/stylesheets/_helpers.scss index 9b9818a37..1f95b8f0e 100644 --- a/website/source/assets/stylesheets/_helpers.scss +++ b/website/source/assets/stylesheets/_helpers.scss @@ -42,7 +42,7 @@ $sidebar-width: 250px; //typography $serif: 'myriad-pro', helvetica, Georgia, serif; $sans: 'HeimatStencil-SemiBold', 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif; -$mono: 'Inconsolata', 'courier new', courier, mono-space; +$mono: 'Inconsolata', 'courier new', courier, monospace; .serif { font-family: $serif; } .sans { font-family: $sans; }