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 {