From 7403d805cdb34a5f80d28e65b38d320c2d0d9898 Mon Sep 17 00:00:00 2001 From: Jonathan Hvid Date: Tue, 12 May 2026 11:30:10 +0200 Subject: [PATCH] style(nav): wordmark 'Project' in Newsreader to match 'Bifrost' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit .wordmark-project was Manrope 500 — visually a sans-serif label next to a serif-italic gradient noun. Switches to Newsreader 400 so the wordmark reads as one continuous editorial mark, with the italic + gradient on 'Bifrost' doing the visual lift instead of a family contrast. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/layouts/AppLayout.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/AppLayout.astro b/src/layouts/AppLayout.astro index b3d8ba0..e8dcb63 100644 --- a/src/layouts/AppLayout.astro +++ b/src/layouts/AppLayout.astro @@ -130,9 +130,9 @@ const year = new Date().getFullYear(); line-height: 1; } .wordmark-project { - font-family: var(--font-sans); + font-family: var(--font-serif); font-size: var(--text-body-md); - font-weight: 500; + font-weight: 400; color: var(--on-surface); letter-spacing: 0; }