Skip to content

Commit

Permalink
Revert 폰트를 몇 번을 엎는 건데
Browse files Browse the repository at this point in the history
사유: 렌더링 파손
현재 조합이 가장 적정한듯
  • Loading branch information
HotoRas authored Oct 8, 2024
1 parent c7bd124 commit ce476ec
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions packages/frontend/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
* SPDX-License-Identifier: AGPL-3.0-only
*/

@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400&display=swap');

@font-face {
font-family: 'Kiwi Maru';
// 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;// !important;
unicode-range: U+20-7E, U+AC00-D7A3, U+4E00-9FAF;
}

:root {
Expand Down Expand Up @@ -55,7 +56,7 @@ html {
overflow: auto;
overflow-wrap: break-word;
font-family:
'Kiwi Maru', // custom (neko)
'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
Expand Down

0 comments on commit ce476ec

Please sign in to comment.