Skip to content

Commit ca81bd0

Browse files
committed
Update light theme fonts
1 parent a792beb commit ca81bd0

File tree

1 file changed

+28
-15
lines changed
  • web-app/packages/lib/src/assets/sass/themes/mm-theme-light

1 file changed

+28
-15
lines changed

web-app/packages/lib/src/assets/sass/themes/mm-theme-light/_fonts.scss

Lines changed: 28 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,89 +20,102 @@
2020

2121
body {
2222
font-family: Inter, sans-serif;
23+
//line-height: 1;
2324
}
2425

2526
$fontFamily: Inter, sans-serif;
2627

28+
.title-d1 {
29+
font-size: 5.375rem !important;
30+
line-height: 1.13;
31+
font-weight: 600;
32+
}
33+
34+
.title-d2 {
35+
font-size: 4.25rem !important;
36+
line-height: 1.17;
37+
font-weight: 600;
38+
}
39+
2740
.headline-h1 {
2841
font-size: 3rem !important;
29-
line-height: 1.25;
42+
line-height: 1.125;
3043
font-weight: 600;
3144
}
3245

3346
.headline-h2 {
3447
font-size: 2.25rem !important;
35-
line-height: 1.33;
48+
line-height: 1.167;
3649
font-weight: 600;
3750
}
3851

3952
.headline-h3 {
4053
font-size: 1.5rem !important;
41-
line-height: 1.5;
54+
line-height: 1.25;
4255
font-weight: 600;
4356
}
4457

4558
.title-t1 {
4659
font-size: 1.125rem !important;
47-
line-height: 1.6;
60+
line-height: 1.333;
4861
font-weight: 600;
4962
}
5063

5164
.title-t2 {
5265
font-size: 1rem !important;
53-
line-height: 1.75;
66+
line-height: 1.375;
5467
font-weight: 600;
5568
}
5669

5770
.title-t3 {
5871
font-size: 0.875rem !important;
59-
line-height: 1.857;
72+
line-height: 1.43;
6073
font-weight: 600;
6174
}
6275

6376
.title-t4 {
6477
font-size: 0.75rem !important;
65-
line-height: 2;
78+
line-height: 1.5;
6679
font-weight: 600;
6780
}
6881

6982
.title-t5 {
7083
font-size: 0.625rem !important;
71-
line-height: 2.2;
84+
line-height: 1.6;
7285
font-weight: 600;
7386
}
7487

7588
.paragraph-p1 {
7689
font-size: 2rem !important;
77-
line-height: 1.375;
90+
line-height: 1.1875;
7891
}
7992

8093
.paragraph-p2 {
8194
font-size: 1.5rem !important;
82-
line-height: 1.5;
95+
line-height: 1.25;
8396
}
8497

8598
.paragraph-p3 {
8699
font-size: 1.25rem !important;
87-
line-height: 1.6;
100+
line-height: 1.3;
88101
}
89102

90103
.paragraph-p4 {
91104
font-size: 1rem !important;
92-
line-height: 1.75;
105+
line-height: 1.375;
93106
}
94107

95108
.paragraph-p5 {
96109
font-size: 0.875rem !important;
97-
line-height: 1.857;
110+
line-height: 1.43;
98111
}
99112

100113
.paragraph-p6 {
101114
font-size: 0.75rem !important;
102-
line-height: 2;
115+
line-height: 1.5;
103116
}
104117

105118
.paragraph-p7 {
106119
font-size: 0.625rem !important;
107-
line-height: 2.2;
120+
line-height: 1.6;
108121
}

0 commit comments

Comments
 (0)