diff --git a/src/SourceGit/Native/Windows.cs b/src/SourceGit/Native/Windows.cs index 248798d5..f09257b1 100644 --- a/src/SourceGit/Native/Windows.cs +++ b/src/SourceGit/Native/Windows.cs @@ -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