style: replace Lora with Urbanist for a cooler, modern character
All checks were successful
Deploy Theme / deploy (push) Successful in 14s

This commit is contained in:
2026-02-19 21:30:48 +01:00
parent 395f9a0e9f
commit 839fcb7314
2 changed files with 5 additions and 5 deletions

View File

@@ -34,11 +34,11 @@
--color-gray-100: #f5f5f5;
/* Font Families - Mapping to standard Tailwind keys for 'prose' compatibility */
--font-serif: "Lora", serif;
--font-serif: "Playfair Display", serif;
--font-heading: "Playfair Display", serif;
/* Set Lora as the default 'sans' as well so 'prose' picks it up automatically */
--font-sans: "Lora", serif;
/* Set Urbanist as the default 'sans' for a modern, cool, and stylish character */
--font-sans: "Urbanist", sans-serif;
}
/* Light Theme Overrides */
@@ -57,7 +57,7 @@ html[data-theme='light'] {
body {
background-color: var(--bg-primary);
color: var(--text-primary);
font-family: var(--font-serif);
font-family: var(--font-sans);
}
h1, h2, h3, h4, h5, h6 {