style: font fallback for windows

This commit is contained in:
leo
2024-03-25 10:39:36 +08:00
parent 5c5ee9bef5
commit 4e81c7dc85

View File

@@ -21,6 +21,7 @@ namespace SourceGit.Native
builder.With(new FontManagerOptions()
{
DefaultFamilyName = "Microsoft YaHei UI",
FontFallbacks = [new FontFallback { FontFamily = "Microsoft YaHei" }],
});
}