mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
getting rid of montserrat
This commit is contained in:
parent
5fd7c3e520
commit
e2c368dea5
7 changed files with 4 additions and 15 deletions
|
@ -32,7 +32,6 @@
|
|||
margin-bottom: 20px;
|
||||
border-right: none;
|
||||
h2 {
|
||||
font-family: 'montserratlight';
|
||||
font-size: 24px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
@ -111,4 +110,4 @@
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
color: $blue;
|
||||
text-decoration: none;
|
||||
font-size: 12px;
|
||||
font-family: 'montserratregular';
|
||||
&:hover {
|
||||
color: lighten($blue, 25);
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
body {
|
||||
font-family: 'Work Sans', Helvetica, Arial, sans-serif;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
p {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue