Using Roboto and San Francisco fonts in .NET MAUI

4 Jan 2025

    Apple uses the San Francisco font in its products. Google uses the Roboto font in its Material Design System. Follow these steps if you want to do the same in your .NET MAUI app.

  1. Download Roboto Fonts
  2. fonts.google.com
  3. Copy the .ttf files to Resources\Fonts in your .NET MAUI project.
  4. Roboto Fonts
  5. Register your fonts in your project in MauiProgram.cs
  6. Register Roboto Fonts
  7. San Francisco Font
  8. The Apple San Francisco font is available for download here . However according to the license:

    “you may use the Apple Font solely for creating mock-ups of user interfaces to be used in software products running on Apple’s iOS, iPadOS, macOS or tvOS operating systems, as applicable”.
    In .NET MAUI you can still access the San Francisco font on iOS by using this syntax.

    San Franscisco Fonts
  9. San Francisco Font Weights to Roboto
  10. Follow this mapping.

    San Francisco Roboto
    .SFUI-Ultralight RobotoThin
    .SFUI-Thin RobotoExtraLight
    .SFUI-Light RobotoLight
    .SFUI-Regular RobotoRegular
    .SFUI-Medium RobotoMedium
    .SFUI-Semibold RobotoSemiBold
    .SFUI-Bold RobotoBold
    .SFUI-Heavy RobotoExtraBold
    .SFUI-Black RobotoBlack
  11. Demo App
  12. Here is a test page showing San Francisco and Roboto side-by-side on an iPhone 15 pro. Get the code.

    Demo of San Francisco and Roboto fonts side-by-side.

Get in touch

This will help us respond to your query.

What would you like to discuss?

© 2025 Northcairn Ltd