Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Dec 9, 2023
1 parent a2d33ce commit 52f4ab6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/SvgToXaml.Web/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ private static async Task Main(string[] args)
=> await BuildAvaloniaApp().StartBrowserAppAsync("out");

public static AppBuilder BuildAvaloniaApp()
=> AppBuilder.Configure<App>();
=> AppBuilder
.Configure<App>()
.WithInterFont()
.UseSkia();
}

0 comments on commit 52f4ab6

Please sign in to comment.