diff --git a/packages/frontend/src/style.scss b/packages/frontend/src/style.scss index c32da78c0679..0dec5c140cae 100644 --- a/packages/frontend/src/style.scss +++ b/packages/frontend/src/style.scss @@ -29,12 +29,7 @@ background-color: var(--accent); } -@font-face { - font-family: 'SUITE-Regular'; - src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-Regular.woff2') format('woff2'); - font-weight: 600; - font-style: normal; -} +@import url('https://cdn.jsdelivr.net/gh/sun-typeface/SUITE/fonts/static/woff2/SUITE.css'); @import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap'); @@ -45,7 +40,7 @@ html { accent-color: var(--accent); overflow: auto; overflow-wrap: break-word; - font-family: 'SUITE-Regular', 'Zen Maru Gothic', 'Hiragino Maru Gothic Pro', "BIZ UDGothic", Roboto, HelveticaNeue, Arial, sans-serif; + font-family: 'SUITE', 'Zen Maru Gothic', 'Hiragino Maru Gothic Pro', "BIZ UDGothic", Roboto, HelveticaNeue, Arial, sans-serif; font-size: 14px; line-height: 1.35; text-size-adjust: 100%;