Skip to content

Commit d4ddd03

Browse files
chore: switch font
Signed-off-by: Henry <mail@henrygressmann.de>
1 parent 3cdaeb7 commit d4ddd03

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

web/bun.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@astrojs/react": "^4.4.2",
1313
"@base-ui/react": "^1.2.0",
1414
"@explodingcamera/css": "^0.0.4",
15-
"@fontsource-variable/outfit": "^5.2.8",
15+
"@fontsource-variable/stack-sans-headline": "^5.2.1",
1616
"@icons-pack/react-simple-icons": "^13.12.0",
1717
"@tanstack/react-query": "^5.90.21",
1818
"d3-array": "^3.2.4",

web/src/global.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
--pico-form-element-spacing-horizontal: 0.6rem;
2020

2121
--pico-font-family:
22-
"Outfit Variable", system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue",
23-
sans-serif, var(--pico-font-family-emoji);
22+
"Stack Sans Headline Variable", system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial,
23+
"Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
2424
--pico-font-family-sans-serif: var(--pico-font-family);
2525
font-variant-numeric: tabular-nums;
2626
}

web/src/layouts/Base.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
import "@fontsource-variable/outfit";
2+
import "@fontsource-variable/stack-sans-headline";
33
import "../global.css";
44
55
import { ClientRouter } from "astro:transitions";

0 commit comments

Comments
 (0)