Skip to content

Commit

Permalink
style: change font
Browse files Browse the repository at this point in the history
  • Loading branch information
fffzlfk committed Jul 25, 2023
1 parent a2dab4a commit a3d70cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions static/css/fonts.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
@font-face {
font-family: 'FusionKai';
src: url('/fonts/FusionKaiG-Regular.ttf')
font-family: 'LXGWWenKaiGBScreen';
src: url('/fonts/LXGWWenKaiGBScreen.ttf')
}

body {
font-family: 'FusionKai', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight: bold;
font-family: 'LXGWWenKaiGBScreen', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

pre {
Expand Down
Binary file not shown.

0 comments on commit a3d70cb

Please sign in to comment.