File tree Expand file tree Collapse file tree 5 files changed +15
-23
lines changed
Expand file tree Collapse file tree 5 files changed +15
-23
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,9 @@ export default function Document() {
66 < Head >
77 < link rel = "preconnect" href = "https://fonts.googleapis.com" />
88 < link rel = "preconnect" href = "https://fonts.gstatic.com" crossOrigin = "" />
9- { /* Inter - для заголовков */ }
10- < link
11- href = "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900& display = swap & subset = cyrillic "
12- rel = "stylesheet"
13- />
14- { /* Source Sans Pro - для чтения */ }
15- < link
16- href = "https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700& display = swap & subset = cyrillic "
17- rel = "stylesheet"
9+ < link
10+ href = "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900& display = swap & subset = cyrillic "
11+ rel = "stylesheet"
1812 />
1913 </ Head >
2014 < body >
@@ -23,4 +17,4 @@ export default function Document() {
2317 </ body >
2418 </ Html >
2519 )
26- }
20+ }
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export default function Home(): JSX.Element {
2525 className = "rounded-sm"
2626 />
2727 < div >
28- < h1 className = "text-2xl font-heading font-bold tracking-tight text-gold" >
28+ < h1 className = "text-2xl font-heading font-normal tracking-tight text-gold" >
2929 TEMPLE FIVE DAWNS
3030 </ h1 >
3131 < div className = "text-xs text-white-dark tracking-widest mt-1" > ХРАМ ПЯТИ РАССВЕТОВ</ div >
@@ -51,12 +51,12 @@ export default function Home(): JSX.Element {
5151 src = "/images/monk-sigil.png"
5252 alt = "Monk Sigil"
5353 width = { 1200 }
54- height = { 600 }
54+ height = { 800 }
5555 className = "w-full h-[500px] object-cover"
5656 />
5757 < div className = "absolute bottom-0 left-0 p-8 z-20" >
5858 < div className = "inline-block bg-gold px-3 py-1 text-xs font-semibold text-dark uppercase tracking-wider mb-4" > Архив сообщества</ div >
59- < h1 className = "text-4xl md:text-5xl font-heading font-bold text-gold mb-4 max-w-2xl" >
59+ < h1 className = "text-4xl md:text-6xl font-heading font-normal text-gold mb-4 max-w-2xl" >
6060 Храм Пяти Рассветов: Взгляд Изнутри
6161 </ h1 >
6262 < p className = "text-lg text-smoke mb-6 max-w-2xl" >
@@ -198,7 +198,7 @@ export default function Home(): JSX.Element {
198198 < div className = "container mx-auto px-4 my-16" >
199199 < div className = "flex items-center mb-12" >
200200 < div className = "w-12 h-1 bg-jade mr-4" > </ div >
201- < h2 className = "text-2xl font-serif font-bold" > Архивные материалы</ h2 >
201+ < h2 className = "text-2xl font-heading font-bold" > Архивные материалы</ h2 >
202202 </ div >
203203
204204 < div className = "grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8" >
Original file line number Diff line number Diff line change 11@import url ('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap&subset=cyrillic' );
2- @import url ('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap&subset=cyrillic' );
32
43@tailwind base;
54@tailwind components;
65@tailwind utilities;
76
87@layer base {
98 html {
10- font-family : 'Source Sans Pro ' , system-ui, sans-serif;
9+ font-family : 'Inter ' , system-ui, sans-serif;
1110 }
1211
1312 body {
1413 @apply bg-jade text-smoke font-body;
1514 }
1615
17- /* Заголовки используют Inter */
1816 h1 , h2 , h3 , h4 , h5 , h6 {
1917 font-family : 'Inter' , system-ui, sans-serif;
2018 }
7169
7270/* Custom prose styles for markdown content */
7371.prose {
74- @apply text-smoke font-body;
72+ @apply text-smoke font-body text-lg font-light ;
7573}
7674
7775.prose h1 {
78- @apply text-3xl font-bold text-gold mb-6 font-heading;
76+ @apply text-4xl font-normal text-gold mb-6 font-heading;
7977}
8078
8179.prose h2 {
82- @apply text-2xl font-bold text-gold mb-4 mt-8 font-heading;
80+ @apply text-2xl font-normal text-gold mb-4 mt-8 font-heading ;
8381}
8482
8583.prose h3 {
86- @apply text-xl font-semibold text-gold mb-3 mt-6 font-heading;
84+ @apply text-xl font-normal text-gold mb-3 mt-6 font-heading;
8785}
8886
8987.prose h4 {
90- @apply text-lg font-semibold text-gold mb-2 mt-4 font-heading;
88+ @apply text-lg font-normal text-gold mb-2 mt-4 font-heading;
9189}
9290
9391.prose p {
94- @apply mb-4 leading-relaxed font-body;
92+ @apply mb-4 leading-relaxed font-body font-light ;
9593}
9694
9795.prose hr {
You can’t perform that action at this time.
0 commit comments