Skip to content

Commit 803328d

Browse files
committed
Set the nav wordmark in the display face
The "Setup Agent" brand mark was the only Inter element in the header (nav links and version badge are mono), reading as a generic bold sans. Render it in Playfair Display 900 so it echoes the hero title and section headings and belongs to the site's type system.
1 parent a640fb8 commit 803328d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

website/css/style.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ header.g {
9191
}
9292

9393
.nav-brand h2 {
94-
font-family: var(--sans);
95-
font-size: 1.75rem;
96-
font-weight: 700;
97-
line-height: 1;
98-
letter-spacing: 0.03em;
94+
font-family: var(--display);
95+
font-size: 1.6rem;
96+
font-weight: 900;
97+
line-height: 0.95;
98+
letter-spacing: -0.01em;
9999
}
100100

101101
.nav-link {

0 commit comments

Comments
 (0)