diff --git a/v2rayN/v2rayN.Desktop/Common/AppBuilderExtension.cs b/v2rayN/v2rayN.Desktop/Common/AppBuilderExtension.cs index 13bbf1d1..5cde6386 100644 --- a/v2rayN/v2rayN.Desktop/Common/AppBuilderExtension.cs +++ b/v2rayN/v2rayN.Desktop/Common/AppBuilderExtension.cs @@ -7,7 +7,7 @@ namespace v2rayN.Desktop.Common { public static AppBuilder WithFontByDefault(this AppBuilder appBuilder) { - var uri = Path.Combine(Global.AvaAssets, "Fonts#Noto Sans SC"); + var uri = Path.Combine(Global.AvaAssets, "Fonts#Segoe UI Emoji"); return appBuilder.With(new FontManagerOptions() { DefaultFamilyName = uri, @@ -15,4 +15,4 @@ namespace v2rayN.Desktop.Common }); } } -} \ No newline at end of file +}