mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 20:54:59 +00: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…
Add table
Add a link
Reference in a new issue