Fonts
Fonts Resources
Google fonts in Astro
Choose Fonts
Go to https://fontsource.org/ to select the font you want, for example Kalam
npm install @fontsource/kalam
---import '@fontsource/Kalam';---
font-family: "Kalam", cursive
Misc Resources
Modern Font Stack Use modern font family, such as font-family: system-ui, sans-serif;