From baad9723768b1861c692f4481026a9697a6fc9b9 Mon Sep 17 00:00:00 2001 From: Pulkit Kathuria Date: Mon, 22 Apr 2024 22:30:22 +0900 Subject: [PATCH] font on body --- app/frontend/src/components/Layout.astro | 3 +++ 1 file changed, 3 insertions(+) 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;