Skip to content

Commit

Permalink
Merge pull request diandian157#42 from dragonJadeRan/main
Browse files Browse the repository at this point in the history
更换字体,添加info
  • Loading branch information
mengxinzxz authored Dec 30, 2024
2 parents 5dc2d71 + 6bdb9d3 commit a1be250
Show file tree
Hide file tree
Showing 8 changed files with 95 additions and 137 deletions.
12 changes: 6 additions & 6 deletions extension.css
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
/* 用于技能和身份的字体 */
@font-face {
font-family: "HYZLSJ";
src: url("./shoushaUI/fonts/HYZLSJ.TTF");
src: url("./shoushaUI/fonts/HYZLSJ.woff2");
}
/* 用于武将字体 */
@font-face {
font-family: "WDZLFT";
src: url("./shoushaUI/fonts/WDZLFT.TTF");
src: url("./shoushaUI/fonts/WDZLFT.woff2");
}
@font-face {
font-family: "FZLBJW";
src: url("./shoushaUI/fonts/FZLBJW.TTF");
src: url("./shoushaUI/fonts/FZLBJW.woff2");
}
/* 用于角色弹框标题的字体 */
@font-face {
font-family: "ATLL";
src: url("./shoushaUI/fonts/ATLL.OTF");
src: url("./shoushaUI/fonts/ATLL.woff2");
}

@font-face {
font-family: "FZLSFT";
src: url("./shoushaUI/fonts/FZLSFT.TTF");
src: url("./shoushaUI/fonts/FZLSFT.woff2");
}
.menu-container > .menu.main.cxy-import-dialog {
top: 50% !important;
Expand Down Expand Up @@ -223,4 +223,4 @@
background-size: contain;
border-radius: 16px;
z-index: -1;
}
}
Loading

0 comments on commit a1be250

Please sign in to comment.