getting rid of montserrat

This commit is contained in:
Joshua Seigler 2016-07-27 02:08:35 -04:00
parent 5fd7c3e520
commit e2c368dea5
7 changed files with 4 additions and 15 deletions

View file

@ -32,7 +32,6 @@
margin-bottom: 20px; margin-bottom: 20px;
border-right: none; border-right: none;
h2 { h2 {
font-family: 'montserratlight';
font-size: 24px; font-size: 24px;
margin-bottom: 10px; margin-bottom: 10px;
} }
@ -111,4 +110,4 @@
} }
} }
} }

View file

@ -7,7 +7,6 @@
color: lighten($black, 5) !important; color: lighten($black, 5) !important;
text-decoration: none; text-decoration: none;
font-size: 16px; font-size: 16px;
font-family: 'montserratregular';
text-transform: uppercase; text-transform: uppercase;
box-sizing: border-box; box-sizing: border-box;
&:hover { &:hover {
@ -22,7 +21,6 @@
text-decoration: none; text-decoration: none;
border: none; border: none;
font-size: 16px; font-size: 16px;
font-family: 'montserratregular';
text-transform: uppercase; text-transform: uppercase;
&:hover { &:hover {
background-color: darken($green, 3); background-color: darken($green, 3);
@ -51,7 +49,6 @@
text-decoration: none; text-decoration: none;
border: none; border: none;
font-size: 16px; font-size: 16px;
font-family: 'montserratregular';
text-transform: uppercase; text-transform: uppercase;
box-sizing: border-box; box-sizing: border-box;
&:hover { &:hover {

View file

@ -22,7 +22,6 @@
color: $blue; color: $blue;
text-decoration: none; text-decoration: none;
font-size: 12px; font-size: 12px;
font-family: 'montserratregular';
&:hover { &:hover {
color: lighten($blue, 25); color: lighten($blue, 25);
} }

View file

@ -22,7 +22,6 @@
color: rgba($white, 0.9); color: rgba($white, 0.9);
text-decoration: none; text-decoration: none;
font-size: 12px; font-size: 12px;
font-family: 'montserratregular';
&:hover { &:hover {
color: rgba($white, 1.0); color: rgba($white, 1.0);
} }
@ -48,7 +47,6 @@
text-align: center; text-align: center;
border-right: 2px solid $gray; border-right: 2px solid $gray;
h2 { h2 {
font-family: 'montserratlight';
font-size: 26px; font-size: 26px;
margin-bottom: 10px; margin-bottom: 10px;
span { span {

View file

@ -4,7 +4,6 @@
h1 { h1 {
padding-top: 60px; padding-top: 60px;
padding-bottom: 20px; padding-bottom: 20px;
font-family: 'montserratlight';
font-size: 30px; font-size: 30px;
} }
} }
@ -76,7 +75,6 @@ iframe {
text-transform: uppercase; text-transform: uppercase;
color: $black; color: $black;
margin: 0px; margin: 0px;
font-family: 'montserratlight';
} }
} }
.callout-blue { .callout-blue {
@ -86,7 +84,6 @@ iframe {
margin-bottom: 20px; margin-bottom: 20px;
text-align: center; text-align: center;
h2 { h2 {
font-family: 'montserratlight';
font-size: 64px; font-size: 64px;
margin-bottom: 20px; margin-bottom: 20px;
color: $blue; color: $blue;
@ -108,7 +105,6 @@ iframe {
margin-bottom: 20px; margin-bottom: 20px;
text-align: center; text-align: center;
h2 { h2 {
font-family: 'montserratlight';
font-size: 64px; font-size: 64px;
margin-bottom: 20px; margin-bottom: 20px;
color: $green; color: $green;
@ -155,4 +151,4 @@ iframe {
.last { .last {
border-right: none !important; border-right: none !important;
} }
} }

View file

@ -19,7 +19,6 @@
text-transform: uppercase; text-transform: uppercase;
text-decoration: none; text-decoration: none;
font-size: 16px; font-size: 16px;
font-family: 'montserratregular';
&:hover { &:hover {
color: rgba($black, 1.0); color: rgba($black, 1.0);
} }
@ -29,4 +28,4 @@
color: $blue !important; color: $blue !important;
} }
} }
} }

View file

@ -2,6 +2,7 @@
body { body {
font-family: 'Work Sans', Helvetica, Arial, sans-serif; font-family: 'Work Sans', Helvetica, Arial, sans-serif;
line-height: 1.5;
} }
p { p {