Commit 81bb39d
committed
fix: apply VT323 font using inline styles for FOSSRadar.in logo
Changed from Tailwind font-logo class to inline style with CSS variable.
This ensures VT323 font properly renders on all logo instances.
Changes:
- Homepage: Use style={{ fontFamily: 'var(--font-vt323)' }}
- Radar page: Use style={{ fontFamily: 'var(--font-vt323)' }}
- Project pages: Use style={{ fontFamily: 'var(--font-vt323)' }}
The VT323 variable is loaded via Next.js Google Fonts optimization
and applied to the body element, making it accessible via CSS variable.1 parent ed54754 commit 81bb39d
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments