From fc005b4944f25d045cef380594e0b9be72a7c90c Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Thu, 16 Apr 2026 01:42:44 +0300 Subject: [PATCH] remove maplemono cn --- src/pages/[lang]/index.astro | 6 +++++- src/styles/global.css | 14 +++++++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/src/pages/[lang]/index.astro b/src/pages/[lang]/index.astro index d7e2c37..dc583c8 100644 --- a/src/pages/[lang]/index.astro +++ b/src/pages/[lang]/index.astro @@ -33,7 +33,7 @@ const pageTitle = t.home.title; width="33" height="33" aria-hidden="true" - style="margin-left: -15px; margin-bottom: -5px; color:#3f50e5" + style="margin-left: 0px; margin-bottom: -5px; color:#3f50e5" > diff --git a/src/styles/global.css b/src/styles/global.css index 595fb11..09d0d55 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -57,7 +57,19 @@ article svg[id^="mermaid-"] { } html { - font-family: "Maple Mono", "Maple Mono CN", monospace; + /* font-family: "Maple Mono", "Maple Mono CN", monospace; */ + font-family: + system-ui, + -apple-system, + BlinkMacSystemFont, + "Segoe UI", + Roboto, + Oxygen, + Ubuntu, + Cantarell, + "Open Sans", + "Helvetica Neue", + sans-serif; background-color: #ffffff; color: #1f2328; }