Non-official site for The Life Series Minecraft hardcore survival multiplayer series housing every video www.life-series.online
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Font weights (#54)

* Slightly bolder font for body text

* Slightly bolder font for headings

authored by

Ghustvn and committed by
GitHub
4409f3e5 35b04034

+8 -3
+1 -1
astro.config.mjs
··· 17 17 provider: fontProviders.fontsource(), 18 18 name: 'Nunito', 19 19 cssVariable: '--font-nunito', 20 - weights: [400, 700], 20 + weights: [500, 800], 21 21 styles: ['normal'], 22 22 subsets: ['latin'], 23 23 fallbacks: ['sans-serif'],
+1 -1
src/components/rewrite/SiteHeader.astro
··· 68 68 } 69 69 70 70 .header-season { 71 - font-weight: 700; 71 + font-weight: var(--font-weight-heading); 72 72 73 73 img { 74 74 max-width: 32px;
+1 -1
src/components/rewrite/VideoItem.astro
··· 34 34 border-radius: 8px; 35 35 text-wrap: balance; 36 36 text-align: center; 37 - font-weight: 400; 37 + font-weight: var(--font-weight-body); 38 38 line-height: 1.5; 39 39 40 40 --cluster-horizontal-alignment: center;
+5
src/styles/rewrite/global.css
··· 4 4 --color-surface-1: oklch(0.89 0.04 136.27); 5 5 --color-surface-2: oklch(0.76 0.05 137.31); 6 6 7 + --font-weight-body: 500; 8 + --font-weight-heading: 800; 9 + 7 10 --spring-transition-duration: 250ms; 8 11 --spring-transition-timing-function: linear( 9 12 0, ··· 54 57 background-color: var(--color-canvas); 55 58 color: var(--color-canvas-text); 56 59 font-family: var(--font-nunito); 60 + font-weight: var(--font-weight-body); 57 61 } 58 62 59 63 ::selection { ··· 70 74 h2 { 71 75 margin: 0; 72 76 font-size: 1rem; 77 + font-weight: var(--font-weight-heading); 73 78 } 74 79 75 80 ul[role='list'],