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;
border-right: none;
h2 {
font-family: 'montserratlight';
font-size: 24px;
margin-bottom: 10px;
}

View file

@ -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 {

View file

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

View file

@ -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 {

View file

@ -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;

View file

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

View file

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