From e2c368dea51e2cb8d12ba076e12b3c389cf72b0c Mon Sep 17 00:00:00 2001 From: Joshua Seigler Date: Wed, 27 Jul 2016 02:08:35 -0400 Subject: [PATCH] getting rid of montserrat --- _sass/_480.scss | 3 +-- _sass/_buttons.scss | 3 --- _sass/_header.scss | 1 - _sass/_home.scss | 2 -- _sass/_interior.scss | 6 +----- _sass/_nav.scss | 3 +-- _sass/_typography.scss | 1 + 7 files changed, 4 insertions(+), 15 deletions(-) diff --git a/_sass/_480.scss b/_sass/_480.scss index c66c6da..7a22580 100644 --- a/_sass/_480.scss +++ b/_sass/_480.scss @@ -32,7 +32,6 @@ margin-bottom: 20px; border-right: none; h2 { - font-family: 'montserratlight'; font-size: 24px; margin-bottom: 10px; } @@ -111,4 +110,4 @@ } } -} \ No newline at end of file +} diff --git a/_sass/_buttons.scss b/_sass/_buttons.scss index 7dfdc9b..ad0abec 100644 --- a/_sass/_buttons.scss +++ b/_sass/_buttons.scss @@ -7,7 +7,6 @@ color: lighten($black, 5) !important; text-decoration: none; font-size: 16px; - font-family: 'montserratregular'; text-transform: uppercase; box-sizing: border-box; &:hover { @@ -22,7 +21,6 @@ text-decoration: none; border: none; font-size: 16px; - font-family: 'montserratregular'; text-transform: uppercase; &:hover { background-color: darken($green, 3); @@ -51,7 +49,6 @@ text-decoration: none; border: none; font-size: 16px; - font-family: 'montserratregular'; text-transform: uppercase; box-sizing: border-box; &:hover { diff --git a/_sass/_header.scss b/_sass/_header.scss index 3a3ac62..1ed47b1 100644 --- a/_sass/_header.scss +++ b/_sass/_header.scss @@ -22,7 +22,6 @@ color: $blue; text-decoration: none; font-size: 12px; - font-family: 'montserratregular'; &:hover { color: lighten($blue, 25); } diff --git a/_sass/_home.scss b/_sass/_home.scss index 0fd32c4..6013c10 100644 --- a/_sass/_home.scss +++ b/_sass/_home.scss @@ -22,7 +22,6 @@ color: rgba($white, 0.9); text-decoration: none; font-size: 12px; - font-family: 'montserratregular'; &:hover { color: rgba($white, 1.0); } @@ -48,7 +47,6 @@ text-align: center; border-right: 2px solid $gray; h2 { - font-family: 'montserratlight'; font-size: 26px; margin-bottom: 10px; span { diff --git a/_sass/_interior.scss b/_sass/_interior.scss index 4ed0a9b..9c2d830 100644 --- a/_sass/_interior.scss +++ b/_sass/_interior.scss @@ -4,7 +4,6 @@ h1 { padding-top: 60px; padding-bottom: 20px; - font-family: 'montserratlight'; font-size: 30px; } } @@ -76,7 +75,6 @@ iframe { text-transform: uppercase; color: $black; margin: 0px; - font-family: 'montserratlight'; } } .callout-blue { @@ -86,7 +84,6 @@ iframe { margin-bottom: 20px; text-align: center; h2 { - font-family: 'montserratlight'; font-size: 64px; margin-bottom: 20px; color: $blue; @@ -108,7 +105,6 @@ iframe { margin-bottom: 20px; text-align: center; h2 { - font-family: 'montserratlight'; font-size: 64px; margin-bottom: 20px; color: $green; @@ -155,4 +151,4 @@ iframe { .last { border-right: none !important; } -} \ No newline at end of file +} diff --git a/_sass/_nav.scss b/_sass/_nav.scss index 5b5fa09..6f55b8a 100644 --- a/_sass/_nav.scss +++ b/_sass/_nav.scss @@ -19,7 +19,6 @@ text-transform: uppercase; text-decoration: none; font-size: 16px; - font-family: 'montserratregular'; &:hover { color: rgba($black, 1.0); } @@ -29,4 +28,4 @@ color: $blue !important; } } -} \ No newline at end of file +} diff --git a/_sass/_typography.scss b/_sass/_typography.scss index 1cf1029..4a6d81d 100644 --- a/_sass/_typography.scss +++ b/_sass/_typography.scss @@ -2,6 +2,7 @@ body { font-family: 'Work Sans', Helvetica, Arial, sans-serif; + line-height: 1.5; } p {