From 839fcb73143a146a18c79e629f686dd5ef342506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Thu, 19 Feb 2026 21:30:48 +0100 Subject: [PATCH] style: replace Lora with Urbanist for a cooler, modern character --- assets/css/tailwind.css | 8 ++++---- default.hbs | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css index ee64934..0ee941c 100644 --- a/assets/css/tailwind.css +++ b/assets/css/tailwind.css @@ -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 { diff --git a/default.hbs b/default.hbs index 87a268c..08a5516 100644 --- a/default.hbs +++ b/default.hbs @@ -26,7 +26,7 @@ - +