mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 02:44:50 +00:00
11 lines
182 B
CSS
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;
|
|
} |