mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-25 12:24:59 +00:00
Change the fallback font to Vista/XP font
This commit is contained in:
parent
8f3e178985
commit
3f6b974e42
1 changed files with 5 additions and 1 deletions
|
@ -60,7 +60,11 @@ namespace SourceGit.Native
|
|||
builder.With(new FontManagerOptions()
|
||||
{
|
||||
DefaultFamilyName = SystemParameters.GetSystemDefaultFontName() ?? "Segoe UI",
|
||||
FontFallbacks = [new FontFallback { FontFamily = "Segoe UI" }],
|
||||
FontFallbacks =
|
||||
[
|
||||
new FontFallback { FontFamily = "Segoe UI" },
|
||||
new FontFallback { FontFamily = "Tahoma" },
|
||||
],
|
||||
});
|
||||
|
||||
// Fix drop shadow issue on Windows 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue