From eb7de020b1678a72492b40d925db5fb9bcb5718e Mon Sep 17 00:00:00 2001 From: Frank Tovar Date: Sat, 14 Mar 2026 14:15:00 +0100 Subject: [PATCH] Styling --- src/RolemasterDb.App/Components/App.razor | 2 +- src/RolemasterDb.App/Components/Layout/NavMenu.razor.css | 4 ++-- src/RolemasterDb.App/wwwroot/app.css | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/RolemasterDb.App/Components/App.razor b/src/RolemasterDb.App/Components/App.razor index c24ff0b..f5d8dba 100644 --- a/src/RolemasterDb.App/Components/App.razor +++ b/src/RolemasterDb.App/Components/App.razor @@ -8,7 +8,7 @@ - + diff --git a/src/RolemasterDb.App/Components/Layout/NavMenu.razor.css b/src/RolemasterDb.App/Components/Layout/NavMenu.razor.css index 3ae3f1a..b5b4217 100644 --- a/src/RolemasterDb.App/Components/Layout/NavMenu.razor.css +++ b/src/RolemasterDb.App/Components/Layout/NavMenu.razor.css @@ -22,7 +22,7 @@ .navbar-brand { font-size: 1.45rem; - font-family: "Figtree", "Segoe UI", sans-serif; + font-family: "Source Sans 3", "Segoe UI", sans-serif; letter-spacing: 0.04em; color: #fff1d2; text-decoration: none; @@ -71,7 +71,7 @@ } .nav-item ::deep .nav-link { - font-family: "Figtree", "Segoe UI", sans-serif; + font-family: "Source Sans 3", "Segoe UI", sans-serif; color: #f3ddbc; background: none; border: none; diff --git a/src/RolemasterDb.App/wwwroot/app.css b/src/RolemasterDb.App/wwwroot/app.css index 4c0506d..9f4c48f 100644 --- a/src/RolemasterDb.App/wwwroot/app.css +++ b/src/RolemasterDb.App/wwwroot/app.css @@ -9,7 +9,7 @@ --line: rgba(111, 87, 59, 0.18); --shadow: 0 18px 40px rgba(41, 22, 11, 0.12); --font-body: "Domine", Georgia, serif; - --font-heading: "Figtree", "Segoe UI", sans-serif; + --font-heading: "Source Sans 3", "Segoe UI", sans-serif; } html, body {