diff --git a/packages/web/src/layouts/Layout.astro b/packages/web/src/layouts/Layout.astro index 8e48ee6b..91e14ea0 100644 --- a/packages/web/src/layouts/Layout.astro +++ b/packages/web/src/layouts/Layout.astro @@ -57,9 +57,9 @@ import '@fontsource-variable/geist-mono'; width: 100%; height: 100%; text-rendering: optimizeLegibility; - text-size-adjust: 100%; + text-size-adjust: 100%; + font-family: "Geist Sans", sans-serif; -webkit-font-smoothing: antialiased; - font-family: "Geist Sans", sans-serif; }