Skip to content

Commit 5a23efd

Browse files
linting in themes.rs
1 parent 87f3540 commit 5a23efd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

fcs-gui/src/theme.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ fn setup_fonts(ctx: &Context) {
7979
// CJK fallback: the bundled fonts have no CJK glyphs, so Chinese/Japanese/
8080
// Korean file names render as boxes. Load a system font if one exists.
8181
let cjk_candidates = [
82-
"C:/Windows/Fonts/msyh.ttc", // Windows: Microsoft YaHei
83-
"/System/Library/Fonts/PingFang.ttc", // macOS
82+
"C:/Windows/Fonts/msyh.ttc", // Windows: Microsoft YaHei
83+
"/System/Library/Fonts/PingFang.ttc", // macOS
8484
"/usr/share/fonts/opentype/noto/NotoSansCJK-Regular.ttc", // Linux (Noto)
8585
];
8686
for path in cjk_candidates {

0 commit comments

Comments
 (0)