17 lines
251 B
CSS
17 lines
251 B
CSS
.headword {
|
|
-fx-font-family: TW-Kai;
|
|
}
|
|
|
|
.pronunciation {
|
|
-fx-font-family: "Noto Sans TC";
|
|
}
|
|
|
|
.list-view .headword {
|
|
-fx-font-family: "Noto Sans TC";
|
|
}
|
|
|
|
.list-view .sentence {
|
|
-fx-font-family: "Noto Sans TC";
|
|
-fx-font-size: 14px;
|
|
}
|