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: simplify font fallback

the3ash 5aeecd1c bf36f984

+3 -5
+3 -5
src/styles/global.css
··· 6 6 --content-width: 25rem; 7 7 8 8 /* Typography */ 9 - --sans: 10 - Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, 11 - Fira Sans, Droid Sans, Helvetica Neue, sans-serif; 12 - --serif: Besley, Baskerville, Georgia, Cambria, 'Times New Roman', Times, serif; 13 - --mono: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace; 9 + --sans: Inter, -apple-system, BlinkMacSystemFont, sans-serif; 10 + --serif: Besley, Baskerville, Georgia, 'Times New Roman', Times, serif; 11 + --mono: 'SF Mono', SFMono-Regular, monospace; 14 12 15 13 --font-size-s: 0.8125rem; 16 14 --font-size-m: 0.9375rem;