Hello,
Welcome to our Microsoft Q&A platform!
Xamarin.Forms provides the FontAttributes property to set the font style. It could also be used for the custom font.
You could specify a value to the FontAttributes in the page.xaml. Check the code:
<Label Text="Hello Forms with XAML" FontAttributes="Italic" FontFamily="Lobster" />
<Label Text="Hello Forms with XAML" FontFamily="Lobster" />
<Label Text="Hello Forms with XAML" FontAttributes="Bold " FontFamily="Lobster" />
Best Regards,
Jarvan Zhang
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.