From 5e4cb9e7fcfec9cb2a3f6e99a543af8b98bc7bf6 Mon Sep 17 00:00:00 2001 From: timea-solid <4144203+timea-solid@users.noreply.github.com> Date: Wed, 1 Jul 2026 13:02:46 +0200 Subject: [PATCH 1/2] Atkinson font added here for now --- src/styles/theme.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/theme.css b/src/styles/theme.css index 5ebb46b1f..660494f22 100644 --- a/src/styles/theme.css +++ b/src/styles/theme.css @@ -1,6 +1,8 @@ @import "@awesome.me/webawesome/dist/styles/webawesome.css"; +@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible+Next:wght@400;700&display=swap'); :root { + font-family: "Atkinson Hyperlegible Next", "Inter", "Noto Sans", sans-serif; --solid-ui-color-primary: #7c4dff; --solid-ui-color-tertiary: #083575; --solid-ui-color-white: #ffffff; From 4346bc29cacab7ae485758b9686def91f7e838c0 Mon Sep 17 00:00:00 2001 From: timea-solid <4144203+timea-solid@users.noreply.github.com> Date: Thu, 2 Jul 2026 13:27:52 +0200 Subject: [PATCH 2/2] override web awesome fonts --- src/styles/theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/theme.css b/src/styles/theme.css index 660494f22..1785b9d32 100644 --- a/src/styles/theme.css +++ b/src/styles/theme.css @@ -3,6 +3,7 @@ :root { font-family: "Atkinson Hyperlegible Next", "Inter", "Noto Sans", sans-serif; + --wa-font-family-body: "Atkinson Hyperlegible Next", "Inter", "Noto Sans", sans-serif; --solid-ui-color-primary: #7c4dff; --solid-ui-color-tertiary: #083575; --solid-ui-color-white: #ffffff;