Skip to content

Commit 584dafc

Browse files
committed
fix: 🐞bg
1 parent 3a8972b commit 584dafc

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

v3/css/index.css

+7-2
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,19 @@
2525
src: url("../font/Yozai-Regular.ttf") format("truetype");
2626
}
2727

28+
@font-face {
29+
font-family: "HYTMR";
30+
src: url("https://npm.elemecdn.com/[email protected]/HYTangMeiRen55W.woff2") format("woff2");
31+
}
32+
2833
/** 背景 */
2934
body::before {
3035
content: "";
3136
position: fixed;
3237
top: 0;
3338
left: 0;
34-
width: 100%;
35-
height: 100%;
39+
width: 100vw;
40+
height: 100vh;
3641
background-position: center;
3742
background-attachment: fixed;
3843
background-size: cover;

0 commit comments

Comments
 (0)