Fork of Chiri for Astro for my blog
6
fork

Configure Feed

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

chore: tweak typography settings

the3ash d020a670 250be7dc

+6 -5
+6 -5
src/styles/global.css
··· 108 108 font-family: var(--sans); 109 109 font-feature-settings: 'ss03' 1; 110 110 font-size: var(--font-size-m); 111 - text-autospace: normal; 112 - text-rendering: optimizeLegibility; 113 111 line-height: 1.75; 114 112 color: var(--text-primary); 115 - font-display: swap; 116 - word-wrap: break-word; 117 - overflow-wrap: break-word; 118 113 margin: 0; 119 114 min-height: 100vh; 120 115 display: flex; ··· 123 118 letter-spacing: var(--spacing-m); 124 119 padding: 6rem 1.5rem 1.5rem 1.5rem; 125 120 overscroll-behavior-y: contain; 121 + text-autospace: normal; 122 + text-spacing-trim: space-first; 123 + text-rendering: optimizeLegibility; 124 + font-synthesis: none; 125 + word-wrap: break-word; 126 + overflow-wrap: break-word; 126 127 } 127 128 128 129 @media (max-width: 768px) {