Commit 2a0e2b3
Match header wordmark weight to the React site
The Go header rendered "arewefastyet" with font-light (300). React used
font-semilight, an undefined Tailwind class that generates no CSS, so the
wordmark fell back to the heading reset's inherited normal weight (400).
Use font-normal so the Go wordmark matches.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Signed-off-by: Arthur Schreiber <arthur@planetscale.com>1 parent d6f2d75 commit 2a0e2b3
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- go/server/templates/web/partials
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments