diff --git a/src/app.css b/src/app.css index f5643ba..0b59796 100644 --- a/src/app.css +++ b/src/app.css @@ -73,6 +73,17 @@ --noise: 1; } +@font-face { + font-family: "DepartureFontMono"; + src: url("/DepartureMono-Regular.woff2") format("woff2"); + font-weight: 400; + font-style: normal; +} + +@theme { + --font-custom: "DepartureFontMono", sans-serif; +} + :root { background-color: transparent; } diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 2fe4491..0eb5d3b 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -55,6 +55,6 @@ } -
+
{@render children?.()}
diff --git a/src/routes/app-menu/+page.svelte b/src/routes/app-menu/+page.svelte index 1022a22..9b2519d 100644 --- a/src/routes/app-menu/+page.svelte +++ b/src/routes/app-menu/+page.svelte @@ -50,7 +50,7 @@
-

v{appVersion}

+

v{appVersion}