Skip to content

Commit 4e81c7d

Browse files
committed
style: font fallback for windows
1 parent 5c5ee9b commit 4e81c7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SourceGit/Native/Windows.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public void SetupApp(AppBuilder builder)
2121
builder.With(new FontManagerOptions()
2222
{
2323
DefaultFamilyName = "Microsoft YaHei UI",
24+
FontFallbacks = [new FontFallback { FontFamily = "Microsoft YaHei" }],
2425
});
2526
}
2627

0 commit comments

Comments
 (0)