general type updates, remove lato

This commit is contained in:
Jason Costello 2017-02-13 13:13:36 -08:00
parent 68168bed9c
commit e83ca879ff
2 changed files with 14 additions and 14 deletions

View File

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

View File

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