mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
style: font fallback for windows
This commit is contained in:
parent
5c5ee9bef5
commit
4e81c7dc85
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ namespace SourceGit.Native
|
||||||
builder.With(new FontManagerOptions()
|
builder.With(new FontManagerOptions()
|
||||||
{
|
{
|
||||||
DefaultFamilyName = "Microsoft YaHei UI",
|
DefaultFamilyName = "Microsoft YaHei UI",
|
||||||
|
FontFallbacks = [new FontFallback { FontFamily = "Microsoft YaHei" }],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue