Skip to content

Commit

Permalink
Update demo fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
enisn committed Nov 18, 2022
1 parent 978f8e2 commit a19914c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sandbox/SandboxMAUI/MauiProgram.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ public static MauiApp CreateMauiApp()
.UseMauiApp<App>()
.ConfigureFonts(fonts =>
{
fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold");
fonts.AddFont("OpenSansRegular.ttf", "OpenSansRegular");
fonts.AddFont("OpenSansSemibold.ttf", "OpenSansSemibold");
fonts.AddMaterialIconFonts();
});

Expand Down

0 comments on commit a19914c

Please sign in to comment.