Skip to content

Commit

Permalink
lowercase files (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-s-morgan committed Aug 3, 2023
1 parent aad5dce commit b53bf9c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/electionguard-ui/ElectionGuard.UI/MauiProgram.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ public static MauiAppBuilder SetupFonts(this MauiAppBuilder builder)
{
builder.ConfigureFonts(fonts =>
{
fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold");
fonts.AddFont("opensans_regular.ttf", "OpenSansRegular");
fonts.AddFont("opensans_semibold.ttf", "OpenSansSemibold");
});

return builder;
Expand Down

0 comments on commit b53bf9c

Please sign in to comment.