|
50 | 50 | } |
51 | 51 |
|
52 | 52 | h1, h2, h3, h4, .logo, .header-title { |
53 | | - font-family: 'Outfit', sans-serif; |
| 53 | + font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; |
54 | 54 | } |
55 | 55 |
|
56 | 56 | /* Layout */ |
@@ -254,7 +254,7 @@ section:last-child { border-bottom: none; } |
254 | 254 | padding: 14px 28px; |
255 | 255 | background: linear-gradient(135deg, var(--primary-color), var(--secondary-color)); |
256 | 256 | color: #0f1117; |
257 | | - font-family: 'Outfit', sans-serif; |
| 257 | + font-family: 'Inter', sans-serif; |
258 | 258 | font-size: 1rem; |
259 | 259 | font-weight: 700; |
260 | 260 | border-radius: var(--radius-sm); |
@@ -300,7 +300,7 @@ section:last-child { border-bottom: none; } |
300 | 300 | .stat-val { |
301 | 301 | font-size: 2rem; |
302 | 302 | font-weight: 800; |
303 | | - font-family: 'Outfit', sans-serif; |
| 303 | + font-family: 'Inter', sans-serif; |
304 | 304 | background: linear-gradient(to right, var(--primary-color), var(--secondary-color)); |
305 | 305 | background-clip: text; |
306 | 306 | -webkit-background-clip: text; |
@@ -353,7 +353,7 @@ section:last-child { border-bottom: none; } |
353 | 353 | padding: 13px 32px; |
354 | 354 | background: linear-gradient(135deg, var(--primary-color), var(--secondary-color)); |
355 | 355 | color: #0f1117; |
356 | | - font-family: 'Outfit', sans-serif; |
| 356 | + font-family: 'Inter', sans-serif; |
357 | 357 | font-size: 1rem; |
358 | 358 | font-weight: 700; |
359 | 359 | border-radius: var(--radius-sm); |
|
441 | 441 | } |
442 | 442 |
|
443 | 443 | .timeline-item .time { |
444 | | - font-family: 'Outfit', sans-serif; |
| 444 | + font-family: 'Inter', sans-serif; |
445 | 445 | font-size: 0.85rem; |
446 | 446 | font-weight: 700; |
447 | 447 | color: var(--secondary-color); |
|
0 commit comments