Update Noto Sans TC font
This commit is contained in:
parent
1ee597f934
commit
3a159fba76
@ -71,7 +71,8 @@ class WillowApplication : Application() {
|
||||
private fun loadFonts() {
|
||||
Font.loadFont(javaClass.getResourceAsStream("/fonts/inter.ttf"), FONT_SIZE)
|
||||
Font.loadFont(javaClass.getResourceAsStream("/fonts/tw-kai.ttf"), FONT_SIZE)
|
||||
Font.loadFont(javaClass.getResourceAsStream("/fonts/noto-sans-tc.ttf"), FONT_SIZE)
|
||||
Font.loadFont(javaClass.getResourceAsStream("/fonts/noto-sans-tc-regular.ttf"), FONT_SIZE)
|
||||
Font.loadFont(javaClass.getResourceAsStream("/fonts/noto-sans-tc-bold.ttf"), FONT_SIZE)
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -8,11 +8,11 @@
|
||||
|
||||
.list-view {
|
||||
-fx-selection-bar: #B8EEFF;
|
||||
-fx-font-family: "Noto Sans CJK TC";
|
||||
/*-fx-selection-bar-non-focused: green;*/
|
||||
}
|
||||
|
||||
.list-view-entry {
|
||||
-fx-font-family: "Noto Sans TC";
|
||||
-fx-font-size: 20;
|
||||
-fx-font-weight: bold;
|
||||
}
|
||||
@ -34,7 +34,7 @@
|
||||
}
|
||||
|
||||
.pronunciation {
|
||||
-fx-font: 16 "Noto Sans CJK TC";
|
||||
-fx-font: 16 "Noto Sans TC";
|
||||
}
|
||||
|
||||
.settings-dialog .content {
|
||||
|
BIN
src/main/resources/fonts/noto-sans-tc-bold.ttf
Normal file
BIN
src/main/resources/fonts/noto-sans-tc-bold.ttf
Normal file
Binary file not shown.
BIN
src/main/resources/fonts/noto-sans-tc-regular.ttf
Normal file
BIN
src/main/resources/fonts/noto-sans-tc-regular.ttf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user