Apply Domine and Figtree typography

This commit is contained in:
2026-03-14 13:29:26 +01:00
parent 839241ea62
commit 1e9407bd3e
6 changed files with 50 additions and 13 deletions

View File

@@ -6,6 +6,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<base href="/" />
<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="@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

@@ -9,7 +9,7 @@
<div class="top-row">
<div>
<span class="eyebrow">Starter stack</span>
<strong>.NET 10 + Blazor + Minimal API + EF Core + SQLite</strong>
<span class="top-row-title">.NET 10 + Blazor + Minimal API + EF Core + SQLite</span>
</div>
<span class="status-pill">Seeded for attack and critical lookups</span>
</div>

View File

@@ -22,7 +22,7 @@
.navbar-brand {
font-size: 1.45rem;
font-family: Cambria, Georgia, serif;
font-family: "Figtree", "Segoe UI", sans-serif;
letter-spacing: 0.04em;
color: #fff1d2;
text-decoration: none;
@@ -71,6 +71,7 @@
}
.nav-item ::deep .nav-link {
font-family: "Figtree", "Segoe UI", sans-serif;
color: #f3ddbc;
background: none;
border: none;

View File

@@ -187,7 +187,7 @@ else
@foreach (var attackTable in referenceData.AttackTables)
{
<div class="table-list-item">
<strong>@attackTable.Label</strong>
<span class="table-list-title">@attackTable.Label</span>
<span class="muted">Attack table key: <code>@attackTable.Key</code></span>
</div>
}

View File

@@ -1,5 +1,5 @@
<div class="table-list-item">
<strong>@Table.Label</strong>
<span class="table-list-title">@Table.Label</span>
<div class="detail-grid">
<div class="detail-item">
<span class="detail-label">Key</span>