Update docs: default font provider is now Bunny Fonts

https://claude.ai/code/session_01PTQoBgxUeXHkZkdgHbafAE
This commit is contained in:
Claude 2026-05-19 03:41:44 +00:00
parent c77e423bdd
commit 8c4486a1f8
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -83,7 +83,7 @@ font-title: "bunny:Noto Sans:700" # Heading font.
font-code: "bunny:Fira Code:400" # Code font. font-code: "bunny:Fira Code:400" # Code font.
``` ```
Provider options: `bunny` (GDPR-safe) or `google`. Omitting the provider defaults to Google Fonts. Provider options: `bunny` (GDPR-safe) or `google`. Omitting the provider defaults to Bunny Fonts.
--- ---

View file

@ -156,10 +156,10 @@ System fonts (no external request):
font-body: "system-ui:400" font-body: "system-ui:400"
``` ```
Shorthand without provider defaults to Google Fonts: Shorthand without provider defaults to Bunny Fonts:
```yaml ```yaml
font-body: "Noto Sans:400" # equivalent to google:Noto Sans:400 font-body: "Noto Sans:400" # equivalent to bunny:Noto Sans:400
``` ```
Size and spacing: Size and spacing: