Skip to content

Commit e31eaa2

Browse files
committed
fix in font
1 parent 057795d commit e31eaa2

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

v2/src/pages/CV.module.css

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:root {
2-
--font-body: 'Ubuntu Mono';
3-
--font-heading: 'Ubuntu Mono';
4-
--font-subheading: 'Ubuntu Mono';
2+
--font-body-cv: 'Ubuntu Mono';
3+
--font-heading-cv: 'Ubuntu Mono';
4+
--font-subheading-cv: 'Ubuntu Mono';
55
}
66
.cvPage {
77
min-height: 100vh;
@@ -64,7 +64,7 @@
6464
}
6565

6666
.contactInfo {
67-
font-family: var(--font-body);
67+
font-family: var(--font-body-cv);
6868
font-size: 0.875rem;
6969
line-height: 1.4;
7070
}
@@ -83,7 +83,7 @@
8383
}
8484

8585
.name {
86-
font-family: var(--font-heading);
86+
font-family: var(--font-heading-cv);
8787
font-size: 2rem;
8888
font-weight: 700;
8989
margin: 0 0 1mm 0;
@@ -92,7 +92,7 @@
9292
}
9393

9494
.title {
95-
font-family: var(--font-subheading);
95+
font-family: var(--font-subheading-cv);
9696
font-size: 1.125rem;
9797
margin: 0;
9898
font-weight: 500;
@@ -128,7 +128,7 @@
128128
}
129129

130130
.sectionTitle {
131-
font-family: var(--font-heading);
131+
font-family: var(--font-heading-cv);
132132
font-size: 1rem;
133133
font-weight: 700;
134134
color: #000;
@@ -140,7 +140,7 @@
140140
}
141141

142142
.summary {
143-
font-family: var(--font-body);
143+
font-family: var(--font-body-cv);
144144
font-size: 0.875rem;
145145
line-height: 1.4;
146146
color: #000;
@@ -156,7 +156,7 @@
156156
}
157157

158158
.skillItem {
159-
font-family: var(--font-body);
159+
font-family: var(--font-body-cv);
160160
font-size: 0.875rem;
161161
margin: 0;
162162
line-height: 1.3;
@@ -177,7 +177,7 @@
177177
}
178178

179179
.degree {
180-
font-family: var(--font-subheading);
180+
font-family: var(--font-subheading-cv);
181181
font-size: 0.875rem;
182182
font-weight: 600;
183183
color: #000;
@@ -186,15 +186,15 @@
186186
}
187187

188188
.institution {
189-
font-family: var(--font-body);
189+
font-family: var(--font-body-cv);
190190
font-size: 0.875rem;
191191
color: #333;
192192
margin: 0 0 0.5mm 0;
193193
line-height: 1.2;
194194
}
195195

196196
.period {
197-
font-family: var(--font-body);
197+
font-family: var(--font-body-cv);
198198
font-size: 0.875rem;
199199
color: #666;
200200
font-style: italic;
@@ -211,7 +211,7 @@
211211
}
212212

213213
.awardTitle {
214-
font-family: var(--font-body);
214+
font-family: var(--font-body-cv);
215215
font-size: 0.875rem;
216216
font-weight: 600;
217217
color: #000;
@@ -229,7 +229,7 @@
229229
}
230230

231231
.osProject {
232-
font-family: var(--font-subheading);
232+
font-family: var(--font-subheading-cv);
233233
font-size: 0.875rem;
234234
font-weight: 600;
235235
color: #000;
@@ -254,7 +254,7 @@
254254
}
255255

256256
.jobTitle {
257-
font-family: var(--font-subheading);
257+
font-family: var(--font-subheading-cv);
258258
font-size: 1rem;
259259
font-weight: 700;
260260
color: #000;
@@ -263,7 +263,7 @@
263263
}
264264

265265
.company {
266-
font-family: var(--font-body);
266+
font-family: var(--font-body-cv);
267267
font-size: 0.875rem;
268268
color: #333;
269269
margin: 0 0 1.5mm 0;
@@ -279,7 +279,7 @@
279279
}
280280

281281
.responsibilities li {
282-
font-family: var(--font-body);
282+
font-family: var(--font-body-cv);
283283
font-size: 0.875rem;
284284
line-height: 1.3;
285285
color: #000;
@@ -302,15 +302,15 @@
302302
}
303303

304304
.projectName {
305-
font-family: var(--font-subheading);
305+
font-family: var(--font-subheading-cv);
306306
font-size: 0.875rem;
307307
font-weight: 600;
308308
color: #000;
309309
margin: 0;
310310
}
311311

312312
.projectTech {
313-
font-family: var(--font-body);
313+
font-family: var(--font-body-cv);
314314
font-size: 0.875rem;
315315
color: #666;
316316
margin: 0;

0 commit comments

Comments
 (0)