Apply Domine and Figtree typography
This commit is contained in:
@@ -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"]" />
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user