From 4e81c7dc85e3d6297b033fa68042a813f26b91c1 Mon Sep 17 00:00:00 2001 From: leo Date: Mon, 25 Mar 2024 10:39:36 +0800 Subject: [PATCH] style: font fallback for windows --- src/SourceGit/Native/Windows.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SourceGit/Native/Windows.cs b/src/SourceGit/Native/Windows.cs index f6a5d8af..bde903a1 100644 --- a/src/SourceGit/Native/Windows.cs +++ b/src/SourceGit/Native/Windows.cs @@ -21,6 +21,7 @@ namespace SourceGit.Native builder.With(new FontManagerOptions() { DefaultFamilyName = "Microsoft YaHei UI", + FontFallbacks = [new FontFallback { FontFamily = "Microsoft YaHei" }], }); }