Skip to content

Commit

Permalink
change font
Browse files Browse the repository at this point in the history
  • Loading branch information
satouriko committed May 31, 2022
1 parent 8cbc3f7 commit 3f612fc
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/author-tag.module.styl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
vertical-align middle
font-size 1.1rem
font-weight normal
font-family "Hanyi ShangWei Shoushu"
font-family "Tiejili Regular"
margin 0 0.8rem 0 0.6rem
}

Expand Down
2 changes: 1 addition & 1 deletion src/components/button.module.styl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
margin 0
position relative
z-index 72
font-family 'Hanyi ShangWei Shoushu'
font-family 'Tiejili Regular'
font-size 1.25em
transition: color .2s ease-in-out 0s
}
Expand Down
4 changes: 2 additions & 2 deletions src/components/font.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@font-face{
font-family: 'Hanyi ShangWei Shoushu';
src: url('../fonts/HYShangWeiShouShuW-1.ttf') format('truetype');
font-family: 'Tiejili Regular';
src: url('../fonts/Tiejili-Regular.ttf') format('truetype');
}
Binary file removed src/fonts/HYShangWeiShouShuW-1.ttf
Binary file not shown.
Binary file added src/fonts/Tiejili-Regular.ttf
Binary file not shown.

0 comments on commit 3f612fc

Please sign in to comment.