23 lines
341 B
CSS
23 lines
341 B
CSS
@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';
|
|
}
|