From e83ca879ffd90f18e6385f63cee27b52312ef32e Mon Sep 17 00:00:00 2001 From: Jason Costello Date: Mon, 13 Feb 2017 13:13:36 -0800 Subject: [PATCH] general type updates, remove lato --- website/source/assets/stylesheets/_global.scss | 15 ++++++++++----- website/source/assets/stylesheets/_home.scss | 13 ++++--------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/website/source/assets/stylesheets/_global.scss b/website/source/assets/stylesheets/_global.scss index 709adc1f6..6b066dbd6 100755 --- a/website/source/assets/stylesheets/_global.scss +++ b/website/source/assets/stylesheets/_global.scss @@ -11,26 +11,31 @@ body { // -webkit-font-smoothing: subpixel-antialiased; color: $black; font-size: 15px; - font-family: $font-family-lato; + font-family: $font-family-open-sans; font-weight: 500; } h1, h2, h3, h4, h5 { -webkit-font-smoothing: antialiased; + font-family: "klavika-web"; } h1{ font-size: 42px; line-height: 42px; - font-family: $font-family-lato; - font-weight: $font-weight-lato-sb; margin-bottom: 24px; } +h2{ + font-size: 36px; +} + h3{ font-size: 28px; line-height: 28px; - font-family: $font-family-lato; - font-weight: $font-weight-lato-sb; +} + +p { + font-weight: regular; } //an alternative color for buttons in the doc body diff --git a/website/source/assets/stylesheets/_home.scss b/website/source/assets/stylesheets/_home.scss index 11c054306..fb0a0452d 100755 --- a/website/source/assets/stylesheets/_home.scss +++ b/website/source/assets/stylesheets/_home.scss @@ -8,12 +8,12 @@ body.page-home { } h2{ - margin-bottom: 40px; + margin-bottom: 15px; font-size: 42px; line-height: 42px; letter-spacing: 2px; text-transform: uppercase; - font-weight: regular; + font-weight: 600; } h3{ @@ -22,23 +22,20 @@ body.page-home { line-height: 1.2; letter-spacing: 1px; text-transform: uppercase; - font-weight: bold; + font-weight: 600; } p{ font-size: 15px; line-height: 1.5; font-weight: regular; - letter-spacing: .2px; margin-bottom: 2.2em; font-family: $font-family-open-sans; - font-weight: $font-weight-open; } p.lead{ font-size: 21px; - font-family: $font-family-open-sans; - font-weight: $font-weight-open; + font-weight: 400 !important; } #primary-cta{ @@ -378,8 +375,6 @@ body.page-home { font-size: 14px; letter-spacing: 1px; color: white; - font-family: $font-family-lato; - font-weight: $font-weight-lato-xb; } ul.shell-dots{