Skip to content

Commit

Permalink
Disable useless font links
Browse files Browse the repository at this point in the history
  • Loading branch information
iliyian committed Dec 13, 2023
1 parent ba333ca commit 8b9f46d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions source/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* 自定义字体 */
@font-face {
/* @font-face {
font-family: 'ZCOOL XiaoWei';
src: url(https://fonts.googleapis.com/css2?family=ZCOOL+XiaoWei&display=swap);
}
Expand Down Expand Up @@ -27,13 +27,18 @@
@font-face {
font-family: 'Kan Hei';
src: url(/css/方正兰亭刊黑_GBK.ttf);
}
} */

@font-face {
font-family: 'Er Ci Yuan';
src: url(/css/二次元字体.ttf);
}

/* @font-face {
font-family: 'Xiao Li';
src: url(/css/汉仪小隶书简.ttf);
} */

/* body{
font-family: 'Noto Serif TC'!important;
} */
Binary file added source/css/汉仪小隶书简.ttf
Binary file not shown.

0 comments on commit 8b9f46d

Please sign in to comment.