diff --git a/docs/frontend-design-cookbook.md b/docs/frontend-design-cookbook.md index 2ee9e0f..0e9ccd4 100644 --- a/docs/frontend-design-cookbook.md +++ b/docs/frontend-design-cookbook.md @@ -27,6 +27,9 @@ This cookbook defines the visual system for the frontend so every new change ext - Body/UI text: `Manrope`. - Use display typography for page titles and section heads only. - Keep paragraph text in body font for legibility. +- Keep Google font loading aligned with current usage: + - `Cormorant Infant`: `600`, `700` (no italic) + - `Manrope`: `400`, `500`, `600`, `700` ## Color system diff --git a/frontend/src/app.html b/frontend/src/app.html index 18e66a6..4da7094 100644 --- a/frontend/src/app.html +++ b/frontend/src/app.html @@ -5,7 +5,7 @@ - + %sveltekit.head%