mirror of
https://github.com/kbenestad/mdcms.git
synced 2026-06-18 15:24:32 +00:00
Update docs: default font provider is now Bunny Fonts
https://claude.ai/code/session_01PTQoBgxUeXHkZkdgHbafAE
This commit is contained in:
parent
c77e423bdd
commit
8c4486a1f8
2 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue