mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-16 09:58:13 +08:00
fix(font):字体变更
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
.mys-post-body {
|
.mys-post-body {
|
||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
width: 800px;
|
width: 800px;
|
||||||
font-family: "Genshin", serif;
|
font-family: "Genshin-Light", serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mys-post-div {
|
.mys-post-div {
|
||||||
|
|||||||
Binary file not shown.
@@ -1,7 +1,11 @@
|
|||||||
/* 设置全局字体 */
|
/* 设置全局字体 */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Genshin";
|
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-face {
|
||||||
font-family: "Consolas";
|
font-family: "Consolas";
|
||||||
|
|||||||
BIN
src/assets/fonts/汉仪文黑-55W.ttf
Normal file
BIN
src/assets/fonts/汉仪文黑-55W.ttf
Normal file
Binary file not shown.
BIN
src/assets/fonts/汉仪文黑-85W.ttf
Normal file
BIN
src/assets/fonts/汉仪文黑-85W.ttf
Normal file
Binary file not shown.
Reference in New Issue
Block a user