From 1dfa28dd8db8b2d1201dae1572e7e074c4c9b05b Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Wed, 14 Aug 2024 15:25:57 +0800 Subject: [PATCH] :bento: Update fonts... again --- assets/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/index.css b/assets/index.css index 9ec775b..80850b8 100644 --- a/assets/index.css +++ b/assets/index.css @@ -1,4 +1,4 @@ -@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Noto+Serif+JP:wght@200..900&family=Noto+Serif+SC:wght@200..900&family=Noto+Serif+TC:wght@200..900&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); html, body { padding: 0; @@ -8,14 +8,14 @@ html, body { html, body, #app, .v-application { overflow: auto !important; - font-family: "IBM Plex Serif", "Noto Serif SC", "Noto Serif TC", "Noto Serif JP", serif; + font-family: "Roboto", "Noto Sans SC", "Noto Sans TC", "Noto Sans JP", sans-serif; font-optical-sizing: auto; font-weight: 500; font-style: normal; } .font-mono, code, pre { - font-family: "IBM Plex Mono", monospace !important; + font-family: "Roboto Mono", monospace !important; font-optical-sizing: auto; font-weight: 500; font-style: normal;