Skip to content

Commit

Permalink
fix: 🐞bg
Browse files Browse the repository at this point in the history
  • Loading branch information
kasuie committed Nov 9, 2024
1 parent 3a8972b commit 584dafc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions v3/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,19 @@
src: url("../font/Yozai-Regular.ttf") format("truetype");
}

@font-face {
font-family: "HYTMR";
src: url("https://npm.elemecdn.com/[email protected]/HYTangMeiRen55W.woff2") format("woff2");
}

/** 背景 */
body::before {
content: "";
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
width: 100vw;
height: 100vh;
background-position: center;
background-attachment: fixed;
background-size: cover;
Expand Down

0 comments on commit 584dafc

Please sign in to comment.