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 620b115 commit b2e0ba9
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions packages/frontend/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]/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/[email protected]/omyu_pretty.woff2') format('woff2');
font-weight: normal;
font-style: normal;
unicode-range: U+20-7E, U+AC00-D7A3, U+4E00-9FAF;
}

:root {
Expand Down Expand Up @@ -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%;
Expand Down

0 comments on commit b2e0ba9

Please sign in to comment.