Skip to content

Commit a4a04e8

Browse files
jasoncostellomitchellh
authored andcommitted
general type updates, remove lato
1 parent 39684b2 commit a4a04e8

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

website/source/assets/stylesheets/_global.scss

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,31 @@ body {
1111
// -webkit-font-smoothing: subpixel-antialiased;
1212
color: $black;
1313
font-size: 15px;
14-
font-family: $font-family-lato;
14+
font-family: $font-family-open-sans;
1515
font-weight: 500;
1616
}
1717

1818
h1, h2, h3, h4, h5 {
1919
-webkit-font-smoothing: antialiased;
20+
font-family: "klavika-web";
2021
}
2122
h1{
2223
font-size: 42px;
2324
line-height: 42px;
24-
font-family: $font-family-lato;
25-
font-weight: $font-weight-lato-sb;
2625
margin-bottom: 24px;
2726
}
2827

28+
h2{
29+
font-size: 36px;
30+
}
31+
2932
h3{
3033
font-size: 28px;
3134
line-height: 28px;
32-
font-family: $font-family-lato;
33-
font-weight: $font-weight-lato-sb;
35+
}
36+
37+
p {
38+
font-weight: regular;
3439
}
3540

3641
//an alternative color for buttons in the doc body

website/source/assets/stylesheets/_home.scss

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ body.page-home {
88
}
99

1010
h2{
11-
margin-bottom: 40px;
11+
margin-bottom: 15px;
1212
font-size: 42px;
1313
line-height: 42px;
1414
letter-spacing: 2px;
1515
text-transform: uppercase;
16-
font-weight: regular;
16+
font-weight: 600;
1717
}
1818

1919
h3{
@@ -22,23 +22,20 @@ body.page-home {
2222
line-height: 1.2;
2323
letter-spacing: 1px;
2424
text-transform: uppercase;
25-
font-weight: bold;
25+
font-weight: 600;
2626
}
2727

2828
p{
2929
font-size: 15px;
3030
line-height: 1.5;
3131
font-weight: regular;
32-
letter-spacing: .2px;
3332
margin-bottom: 2.2em;
3433
font-family: $font-family-open-sans;
35-
font-weight: $font-weight-open;
3634
}
3735

3836
p.lead{
3937
font-size: 21px;
40-
font-family: $font-family-open-sans;
41-
font-weight: $font-weight-open;
38+
font-weight: 400 !important;
4239
}
4340

4441
#primary-cta{
@@ -378,8 +375,6 @@ body.page-home {
378375
font-size: 14px;
379376
letter-spacing: 1px;
380377
color: white;
381-
font-family: $font-family-lato;
382-
font-weight: $font-weight-lato-xb;
383378
}
384379

385380
ul.shell-dots{

0 commit comments

Comments
 (0)