misc: update Browser project.

This commit is contained in:
Zhang Dian
2025-01-16 22:42:13 +08:00
parent ea4268ed11
commit a250c84e9f
12 changed files with 91 additions and 166 deletions

View File

@@ -11,6 +11,6 @@ public static class AvaloniaAppBuilderExtensions
builder.With(new FontManagerOptions
{
DefaultFamilyName = DefaultFontFamily,
FontFallbacks = new[] { new FontFallback { FontFamily = new FontFamily(DefaultFontFamily) } }
FontFallbacks = [new FontFallback { FontFamily = new FontFamily(DefaultFontFamily) }]
});
}