From 8c4486a1f8f1ce5469546271c7dc4c9f07a94d73 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 19 May 2026 03:41:44 +0000 Subject: [PATCH] Update docs: default font provider is now Bunny Fonts https://claude.ai/code/session_01PTQoBgxUeXHkZkdgHbafAE --- docs/reference-config.md | 2 +- docs/reference-theme.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference-config.md b/docs/reference-config.md index 5a6ad19..6c91062 100644 --- a/docs/reference-config.md +++ b/docs/reference-config.md @@ -83,7 +83,7 @@ font-title: "bunny:Noto Sans:700" # Heading 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. --- diff --git a/docs/reference-theme.md b/docs/reference-theme.md index f47220c..7dd3256 100644 --- a/docs/reference-theme.md +++ b/docs/reference-theme.md @@ -156,10 +156,10 @@ System fonts (no external request): font-body: "system-ui:400" ``` -Shorthand without provider defaults to Google Fonts: +Shorthand without provider defaults to Bunny Fonts: ```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: