refactor css file

This commit is contained in:
Timi
2026-06-26 00:27:36 +08:00
parent 57e6b13292
commit 0457ffc432
42 changed files with 1100 additions and 446 deletions
+22
View File
@@ -0,0 +1,22 @@
@font-face {
src: url('../MinecraftAE.ttf');
}
/* Minecraft AE 字体在 16 32 64 128 像素时表现为最清晰 */
.text,
.label,
.button,
.chart *,
.slider *,
.tab-pane,
.combo-box,
.check-box,
.tree-view,
.text-area,
.text-field,
.list-view > *,
.table-view > *,
.minecraft-ae {
-fx-font-size: 16;
-fx-font-family: 'Minecraft AE';
}