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; }