Replace Pompiere font with Lexend Peta for headings

- Updated Google Fonts import
- h1, h3 now use Lexend Peta (sans-serif, 400 weight, 0.02em letter-spacing)
- Updated utility class name
This commit is contained in:
2026-05-19 10:57:37 -04:00
parent 5eafbbe14c
commit 1e150e703e
+3 -3
View File
@@ -79,15 +79,15 @@ page title content =
H.style $
H.toHtml $
T.unlines
[ "@import url('https://fonts.googleapis.com/css2?family=Pompiere&family=Quicksand:wght@300..700&display=swap');"
[ "@import url('https://fonts.googleapis.com/css2?family=Lexend Peta&family=Quicksand:wght@300..700&display=swap');"
, ""
, ":root { --roux-bg: #F5EFE0; --roux-text: #3D2C1E; --roux-accent: #B85C38; }"
, ".pompiere { font-family: \"Pompiere\", cursive; font-weight: 400; font-style: normal; }"
, ".lexend-peta { font-family: \"Lexend Peta\", sans-serif; font-weight: 400; font-style: normal; }"
, ".quicksand { font-family: \"Quicksand\", sans-serif; font-optical-sizing: auto; font-style: normal; }"
, ""
, "body { background: var(--roux-bg); color: var(--roux-text); font-family: \"Quicksand\", sans-serif; }"
, "main.container { padding-top: 1.5rem; }"
, "h1, h3 { font-family: \"Pompiere\", cursive; }"
, "h1, h3 { font-family: \"Lexend Peta\", sans-serif; font-weight: 400; }"
, "h1 { font-size: 2rem; font-weight: 500; margin: 0 0 0.5rem; line-height: 1.15; color: var(--roux-text); }"
, "h2 { font-family: \"Quicksand\", sans-serif; font-size: 0.7rem; font-weight: 600; margin: 0 0 1rem; letter-spacing: 0.05em; text-transform: uppercase; color: var(--roux-accent); }"
, "h3 { font-size: 1rem; font-weight: 500; margin: 1.5rem 0 0.5rem; color: var(--roux-text); text-transform: uppercase; opacity: 0.75; }"