Skip to content

Commit

Permalink
[Update] use the smaller font file
Browse files Browse the repository at this point in the history
  • Loading branch information
JunyaoHu committed Oct 6, 2023
1 parent 022850a commit e0a8de8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added src/assets/font/DingTalk Sans.ttf
Binary file not shown.
Binary file removed src/assets/font/DingTalkJinBuTi.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/assets/font/font.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@font-face {
font-family: "MyFont";
src: url('./DingTalkJinBuTi.ttf');
src: url('./DingTalk Sans.ttf');
font-weight: normal;
font-style: normal;
}

0 comments on commit e0a8de8

Please sign in to comment.