Files
pism/app/src/main/resources/assets/style/small.css
2025-10-06 21:08:36 +02:00

11 lines
182 B
CSS

.text-header {
-fx-font-family: "Arial";
-fx-font-size: 16px;
-fx-font-weight: bold;
}
.text-normal {
-fx-font-family: "Arial";
-fx-font-size: 12px;
-fx-font-weight: normal;
}