Skip to content

Commit 364028d

Browse files
committed
feat(home): monospace intro text and updated hero headline
Use monospace font for the hero intro paragraph as a subtle nod to Flexion Labs' code-centric identity. Replace the hero headline with a more grounded, direct alternative.
1 parent 62fca6f commit 364028d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

content/home.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
2-
hero: Public infrastructure, in the open.
2+
hero: What we build in the open.
33
intro: Flexion Labs gathers our open source work in one place — products we steward, tools we share, and the commitment behind them.
44
---

src/design/layout.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
max-inline-size: 22ch;
5757
}
5858
.home-hero__intro {
59+
font-family: var(--font-mono);
5960
font-size: var(--step-1);
6061
color: var(--color-ink-subtle);
6162
max-inline-size: var(--measure-prose);

0 commit comments

Comments
 (0)