mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
Docs and easy font loading. Added interfaces for PreloadResource's
This commit is contained in:
BIN
app/src/main/resources/assets/fonts/GroovyManiac.ttf
Normal file
BIN
app/src/main/resources/assets/fonts/GroovyManiac.ttf
Normal file
Binary file not shown.
BIN
app/src/main/resources/assets/fonts/Roboto-Regular.ttf
Normal file
BIN
app/src/main/resources/assets/fonts/Roboto-Regular.ttf
Normal file
Binary file not shown.
@@ -1,6 +1,5 @@
|
||||
.main-button {
|
||||
-fx-background-color: transparent;
|
||||
-fx-background-image: url("card-default.jpg"); /* fallback image */
|
||||
-fx-background-size: cover;
|
||||
-fx-background-position: center;
|
||||
-fx-pref-width: 250px;
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
-fx-fill: white;
|
||||
-fx-font-size: 28px;
|
||||
-fx-font-weight: 600;
|
||||
-fx-font-family: "Segoe UI", sans-serif;
|
||||
-fx-font-family: "Groovy Maniac Demo", sans-serif;
|
||||
}
|
||||
|
||||
.quit-button {
|
||||
|
||||
Reference in New Issue
Block a user