This commit is contained in:
2026-03-14 14:15:00 +01:00
parent 1ebda6f4e4
commit eb7de020b1
3 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
<ResourcePreloader />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Domine:wght@400&family=Figtree:wght@400;500&display=swap" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Domine:wght@400&family=Source%20Sans%203:wght@400;500&display=swap" />
<link rel="stylesheet" href="@Assets["lib/bootstrap/dist/css/bootstrap.min.css"]" />
<link rel="stylesheet" href="@Assets["app.css"]" />
<link rel="stylesheet" href="@Assets["RolemasterDb.App.styles.css"]" />

View File

@@ -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;

View File

@@ -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 {