We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c5ee9b commit 4e81c7dCopy full SHA for 4e81c7d
src/SourceGit/Native/Windows.cs
@@ -21,6 +21,7 @@ public void SetupApp(AppBuilder builder)
21
builder.With(new FontManagerOptions()
22
{
23
DefaultFamilyName = "Microsoft YaHei UI",
24
+ FontFallbacks = [new FontFallback { FontFamily = "Microsoft YaHei" }],
25
});
26
}
27
0 commit comments