Hello,
Can you please provided the list of default fonts that are supported in the Label control (or) how it takes fonts which are not registered in the MAUI app?
By default, .NET Multi-platform App UI (.NET MAUI) apps use the Open Sans font on each platform.
Other fonts(use them directly without register) are system-integrated.
On iOS, you can refer to System Fonts - Fonts - Apple Developer
On Android, the following system fonts can be consumed by setting them as the value of the FontFamily
property):
- monospace
- serif
- sans-serif (or sansserif)
- sans-serif-black (or sansserif-black)
- sans-serif-condensed (or sansserif-condensed)
- sans-serif-condensed-light (or sansserif-condensed-light)
- sans-serif-light (or sansserif-light)
- sans-serif-medium (or sansserif-medium)
On Windows, you could refer to Windows 11 font list for system fonts.
Best Regards, Leon Lu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 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.