refactor: 修改 FiraCode 字体的位置

This commit is contained in:
unanmed 2024-10-21 12:48:04 +08:00
parent 285a18b1b8
commit 7bcd9ebeb2
5 changed files with 7 additions and 11 deletions

View File

@ -254,7 +254,8 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"zone.mp3" "zone.mp3"
], ],
"fonts": [ "fonts": [
"normal" "normal",
"FiraCode"
], ],
"nameMap": { "nameMap": {
"确定": "confirm.mp3", "确定": "confirm.mp3",

View File

@ -83,11 +83,6 @@
cursor: not-allowed; cursor: not-allowed;
} }
@font-face {
font-family: Fira Code;
src: url(/src/fonts/FiraCode-Regular.ttf);
}
#non-ui { #non-ui {
position: absolute; position: absolute;
z-index: 999; z-index: 999;