fix(font):字体变更

This commit is contained in:
BTMuli
2023-03-30 22:27:03 +08:00
parent 6c7b296d2e
commit 034417486c
5 changed files with 6 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
.mys-post-body {
margin: 20px auto;
width: 800px;
font-family: "Genshin", serif;
font-family: "Genshin-Light", serif;
}
.mys-post-div {

Binary file not shown.

View File

@@ -1,7 +1,11 @@
/* 设置全局字体 */
@font-face {
font-family: "Genshin";
src: url("./Genshin.ttf") format("truetype");
src: url("./汉仪文黑-85W.ttf") format("truetype");
}
@font-face {
font-family: "Genshin-Light";
src: url("./汉仪文黑-55W.ttf") format("truetype");
}
@font-face {
font-family: "Consolas";

Binary file not shown.

Binary file not shown.