Skip to content

Commit 707ad03

Browse files
committed
feat: update font-family
1 parent e9ad654 commit 707ad03

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

public/fonts/Iansui094-Regular.ttf

-7.8 MB
Binary file not shown.

public/fonts/Iansui094-Regular.woff

-4.19 MB
Binary file not shown.

src/index.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1+
@font-face {
2+
font-family: 'openhuninn';
3+
src: url('https://d2h4b4qokk4jtl.cloudfront.net/fonts/jf-openhuninn-2.1.woff');
4+
unicode-range: U+4E00-9FFF;
5+
}
6+
17
html, body, #root {
28
margin: 0;
39
-webkit-font-smoothing: antialiased;
410
-moz-osx-font-smoothing: grayscale;
511
height: 100%;
6-
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;
12+
font-family: openhuninn,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;
713
background-color: var(--main-bg-1);
814
}
915

0 commit comments

Comments
 (0)