Skip to content

Commit

Permalink
Update style.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
jbblily authored Feb 23, 2024
1 parent b70e9f4 commit 99bb172
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions packages/frontend/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,7 @@
background-color: var(--accent);
}

@font-face {
font-family: 'SUITE-Regular';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/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');

Expand All @@ -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%;
Expand Down

0 comments on commit 99bb172

Please sign in to comment.