docs: added documentation for fonts

This commit is contained in:
saberzero1
2026-06-10 23:17:32 +02:00
parent 8a79f59abb
commit 58593c7c72
2 changed files with 229 additions and 0 deletions
+3
View File
@@ -298,3 +298,6 @@ const config = await loadQuartzConfig({
export default config
export const layout = await loadQuartzLayout()
```
> [!tip]
> For per-heading font control, self-hosted fonts, or Obsidian theme font bridging, see the [[plugins/Fonts|Fonts]] plugin. It can download Google Fonts at build time and serve them locally with `fontOrigin: selfHosted`, making your site fully self-contained.