refactor css file
This commit is contained in:
@@ -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';
|
||||
}
|
||||
Reference in New Issue
Block a user