Skip to content

Commit

Permalink
chore: Adjust default font
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Nov 13, 2024
1 parent d55ccf3 commit 79426bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Uno.Gallery/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ public App()
InitializeLogging();
ConfigureXamlDisplay();

#if HAS_UNO
global::Uno.UI.FeatureConfiguration.Font.DefaultTextFontFamily = "ms-appx:///Uno.Fonts.OpenSans/Fonts/OpenSans.ttf";
#endif

this.InitializeComponent();

#if !WINDOWS
Expand Down

0 comments on commit 79426bb

Please sign in to comment.