Skip to content

Commit

Permalink
docs: Update migration guide for OpenSans
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 authored Oct 8, 2024
1 parent 9449a12 commit 2cd9958
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/articles/migrating-from-previous-releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@ If you are upgrading from an Uno Platform 5.2 project, you can remove the follow

### Default Text Font

Starting from Uno Platform 5.3, the [default text font](xref:Uno.Features.CustomFonts#default-text-font) has been changed to [Open Sans](https://github.com/unoplatform/uno.fonts#open-sans-font) in the templates, when the [`OpenSans` feature](xref:Uno.Features.Uno.Sdk#uno-platform-features) is specified.

If you created your project with Uno Platform 5.2 or earlier, you can start using Open Sans by adding the `OpenSans` feature in your `.csproj` file.
Starting from Uno Platform 5.3, the [default text font](xref:Uno.Features.CustomFonts#default-text-font) has been changed to [Open Sans](https://github.com/unoplatform/uno.fonts#open-sans-font) in the templates. This is because Uno.Sdk sets `UnoDefaultFont` MSBuild property to `OpenSans` when it's not set to something else. For more information, see [Custom fonts](../features/custom-fonts.md).

### Rider support

Expand Down

0 comments on commit 2cd9958

Please sign in to comment.