From b2e0ba9444d231439828e7acda0f8ddb68d88f2c Mon Sep 17 00:00:00 2001 From: Hoto Ras Date: Tue, 8 Oct 2024 10:29:07 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8F=B0=ED=8A=B8=20=EC=84=9E=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/src/style.scss | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/packages/frontend/src/style.scss b/packages/frontend/src/style.scss index 4d35b9cbe03a..be634a7219b2 100644 --- a/packages/frontend/src/style.scss +++ b/packages/frontend/src/style.scss @@ -9,9 +9,12 @@ @import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400&display=swap'); @font-face { - font-family: 'Omyu Pretty'; - src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-01@1.0/omyu_pretty.woff2') format('woff2'); - font-weight: normal; font-style: normal; + // Override + font-family: 'M PLUS Rounded 1c'; + src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-01@1.0/omyu_pretty.woff2') format('woff2'); + font-weight: normal; + font-style: normal; + unicode-range: U+20-7E, U+AC00-D7A3, U+4E00-9FAF; } :root { @@ -53,10 +56,10 @@ html { overflow: auto; overflow-wrap: break-word; font-family: - 'Omyu Pretty', 'M PLUS Rounded 1c', /* custom (neko) */ - 'Hiragino Maru Gothic Pro', "BIZ UDGothic", /* jp fallback (upstream) */ - Roboto, HelveticaNeue, Arial, /* html fallback (upstream) */ - sans-serif; /* defaults to */ + 'M PLUS Rounded 1c', // custom (neko) + 'Hiragino Maru Gothic Pro', "BIZ UDGothic", // jp fallback (upstream) + Roboto, HelveticaNeue, Arial, // html fallback (upstream) + sans-serif; // defaults to font-size: 14px; line-height: 1.35; text-size-adjust: 100%;