Skip to content

Commit 288316e

Browse files
chore: switch font
Signed-off-by: Henry Gressmann <[email protected]>
1 parent 9019a09 commit 288316e

File tree

8 files changed

+17
-21
lines changed

8 files changed

+17
-21
lines changed

Cargo.lock

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

data/licenses-cargo.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

data/licenses-npm.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

web/bun.lockb

-8 Bytes
Binary file not shown.

web/package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@astrojs/react": "^3.6.2",
1313
"@explodingcamera/css": "^0.0.4",
14-
"@fontsource-variable/figtree": "^5.1.0",
14+
"@fontsource-variable/outfit": "^5.1.0",
1515
"@icons-pack/react-simple-icons": "^10.0.0",
1616
"@nivo/line": "^0.87.0",
1717
"@picocss/pico": "^2.0.6",
@@ -37,14 +37,10 @@
3737
"@types/react": "^18.3.7",
3838
"@types/react-dom": "^18.3.0",
3939
"@types/react-simple-maps": "^3.0.6",
40-
"astro": "^4.15.6",
40+
"astro": "^4.15.7",
4141
"bun-types": "^1.1.27",
4242
"rollup-plugin-license": "^3.5.2",
4343
"typescript": "^5.6.2"
4444
},
45-
"trustedDependencies": [
46-
"@biomejs/biome",
47-
"esbuild",
48-
"sharp"
49-
]
45+
"trustedDependencies": ["@biomejs/biome", "esbuild", "sharp"]
5046
}

web/src/components/userInfo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const LoginButton = () => {
3232
</a>
3333
</li>
3434
<li>
35-
<a href="/settings">
35+
<a href="/settings/projects">
3636
<SettingsIcon size="16" />
3737
Admin
3838
</a>

web/src/global.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ h3,
3636
h4,
3737
h5,
3838
h6 {
39-
--pico-font-weight: 600;
39+
--pico-font-weight: 500;
4040
}
4141

4242
.full {
@@ -60,7 +60,7 @@ h3,
6060
h4,
6161
h5,
6262
h6 {
63-
--pico-font-family: "Figtree Variable", system-ui, "Segoe UI", Roboto, Oxygen,
63+
--pico-font-family: "Outfit Variable", system-ui, "Segoe UI", Roboto, Oxygen,
6464
Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif,
6565
var(--pico-font-family-emoji);
6666
}

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/figtree";
2+
import "@fontsource-variable/outfit";
33
import "../global.css";
44
import ThemeSwitcher from "../components/ThemeSwitcher.astro";
55

0 commit comments

Comments
 (0)