|
29 | 29 | } |
30 | 30 |
|
31 | 31 | body { |
32 | | - font-family: 'Inter', 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif; |
| 32 | + font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; |
33 | 33 | color: var(--text-primary); |
34 | 34 | line-height: 1.6; |
35 | 35 | font-size: 16px; |
@@ -109,13 +109,13 @@ body { |
109 | 109 | } |
110 | 110 |
|
111 | 111 | .teaser { |
112 | | - font-family: 'Inter', sans-serif; |
| 112 | + font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; |
113 | 113 | } |
114 | 114 |
|
115 | 115 |
|
116 | 116 | /* Publication Content Styling */ |
117 | 117 | .publication-title { |
118 | | - font-family: 'Inter', sans-serif !important; |
| 118 | + font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif !important; |
119 | 119 | font-weight: 800 !important; |
120 | 120 | color: var(--text-primary) !important; |
121 | 121 | margin-bottom: 2rem !important; |
@@ -146,7 +146,7 @@ body { |
146 | 146 | } |
147 | 147 |
|
148 | 148 | .publication-authors { |
149 | | - font-family: 'Inter', sans-serif !important; |
| 149 | + font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif !important; |
150 | 150 | font-weight: 500; |
151 | 151 | margin-bottom: 1.5rem; |
152 | 152 | } |
@@ -310,7 +310,7 @@ body { |
310 | 310 |
|
311 | 311 | /* Section Titles */ |
312 | 312 | .title.is-3 { |
313 | | - font-family: 'Inter', sans-serif !important; |
| 313 | + font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif !important; |
314 | 314 | font-weight: 700 !important; |
315 | 315 | color: var(--text-primary); |
316 | 316 | margin-bottom: 2rem !important; |
@@ -476,7 +476,8 @@ code { |
476 | 476 | display: inline-flex; |
477 | 477 | align-items: center; |
478 | 478 | gap: 0.5rem; |
479 | | - font-family: 'Inter', sans-serif; |
| 479 | + font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; |
| 480 | + |
480 | 481 | } |
481 | 482 |
|
482 | 483 | .more-works-btn:hover { |
|
0 commit comments