Fork of Chiri for Astro for my blog
0
fork

Configure Feed

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

style(typography): add round quotes & commas

the3ash e64c6b8b 950eb17a

+1
+1
src/styles/global.css
··· 104 104 body { 105 105 background-color: var(--bg); 106 106 font-family: var(--font-sans); 107 + font-feature-settings: 'ss03' 1; 107 108 font-size: var(--font-size-m); 108 109 line-height: 1.75; 109 110 color: var(--text-primary);