Skip to content

Commit

Permalink
feat: update font-family
Browse files Browse the repository at this point in the history
  • Loading branch information
p208p2002 committed Nov 1, 2024
1 parent e9ad654 commit 707ad03
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Binary file removed public/fonts/Iansui094-Regular.ttf
Binary file not shown.
Binary file removed public/fonts/Iansui094-Regular.woff
Binary file not shown.
8 changes: 7 additions & 1 deletion src/index.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
@font-face {
font-family: 'openhuninn';
src: url('https://d2h4b4qokk4jtl.cloudfront.net/fonts/jf-openhuninn-2.1.woff');
unicode-range: U+4E00-9FFF;
}

html, body, #root {
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
height: 100%;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;
font-family: openhuninn,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;
background-color: var(--main-bg-1);
}

Expand Down

0 comments on commit 707ad03

Please sign in to comment.