Skip to content

Commit

Permalink
chore: Review comment
Browse files Browse the repository at this point in the history
Co-authored-by: Jérôme Laban <[email protected]>
  • Loading branch information
Youssef1313 and jeromelaban committed Jul 8, 2024
1 parent 97cafc6 commit 7f56160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/articles/features/custom-fonts.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The `FontFamily` of many controls (e.g. `TextBox` or `Control`) property allows

## Default text font

The default text font on WinUI is Segoe UI, which is default in Uno as well. However, Segoe UI isn't available on macOS, Linux, Browsers running on macOS or Linux. Therefore, starting with Uno 5.4, we introduce the ability to change the default text font for Uno Platform to OpenSans which is served through [Uno.Fonts.OpenSans NuGet package](https://nuget.org/packages/Uno.Fonts.OpenSans).
The default text font on WinUI is Segoe UI, which is default in Uno as well. However, Segoe UI isn't available on macOS, Linux, Browsers running on macOS or Linux. Therefore, starting with Uno 5.3, we introduce the ability to change the default text font for Uno Platform to OpenSans which is served through [Uno.Fonts.OpenSans NuGet package](https://nuget.org/packages/Uno.Fonts.OpenSans).

If you are using Uno.Sdk, add `OpenSans` to `UnoFeatures` to switch to OpenSans. Otherwise, add a `PackageReference` to `Uno.Fonts.OpenSans` and also set `DefaultTextFontFamily` in application initialization:

Expand Down

0 comments on commit 7f56160

Please sign in to comment.