diff options
Diffstat (limited to 'src/main/resources/net/sowgro/npehero/style.css')
-rwxr-xr-x | src/main/resources/net/sowgro/npehero/style.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/resources/net/sowgro/npehero/style.css b/src/main/resources/net/sowgro/npehero/style.css index 6985a7f..8fecd98 100755 --- a/src/main/resources/net/sowgro/npehero/style.css +++ b/src/main/resources/net/sowgro/npehero/style.css @@ -1,6 +1,7 @@ @import url('https://fonts.googleapis.com/css2?family=Space+Mono&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap'); /* global */ @@ -202,13 +203,13 @@ Slider:focused .thumb{ /* text */ .t0 { - -fx-font-size: 125; + -fx-font-size: 100; -fx-fill: black; } .t0e { -fx-fill: #d45500; - -fx-font-size: 250; + -fx-font-size: 200; -fx-font-family: "RIT Meera New"; } |