-
Notifications
You must be signed in to change notification settings - Fork 273
Open
Labels
Description
According to this issue: AvaloniaUI/Avalonia#18887
@Gillibald has said that the guide to using (a) the inter font (b) any embedded font collection is wrong.
I think the entire section "Adding a Font to the Font Collection" needs to be revised, possibly rewritten.
This sentence and example in particular have been called out by Gillibald as wrong:
For example, instead of setting the FontFamily to {StaticResource NunitoFont}, you can simply reference the name of the font family directly.
<TextBlock Text="{Binding Greeting}" FontSize="70" FontFamily="Nunito" HorizontalAlignment="Center" VerticalAlignment="Center" />