diff --git a/app/frontend/src/components/Layout.astro b/app/frontend/src/components/Layout.astro index 1fcdf20..fe38efe 100644 --- a/app/frontend/src/components/Layout.astro +++ b/app/frontend/src/components/Layout.astro @@ -64,6 +64,9 @@ const { title, description } = Astro.props; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } + body { + font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"; + } .bg-gradient { background: #780206;