Skip to content

Commit

Permalink
폰트를 몇 번을 엎는 거야
Browse files Browse the repository at this point in the history
  • Loading branch information
HotoRas authored Oct 8, 2024
1 parent b2e0ba9 commit c7bd124
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions packages/frontend/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@
* SPDX-License-Identifier: AGPL-3.0-only
*/

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

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

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

Please sign in to comment.