How to Use Fonts

The Uno Toolkit comes pre-loaded with semantic font styles to ensure your project looks great on any target platform. All Toolkit components use these styles, and the plugin can generate the necessary XAML for all of them effortlessly.

General Guidelines

Uno will apply the appropriate native fonts, sizings, and spacings based on the Toolkit's semantic text styles used in your design.

Steps to Apply a Text Style

  1. Select the text layer.
    • If it has no style applied already, go to the Text section of the Figma Design panel and click the Style button.
    • Otherwise, proceed to the next step.
  2. Choose the desired style from the Text Style Panel.

Toolkit Type Styles

  • Display Large

  • Display Medium

  • Display Small

  • Headline Large

  • Headline Medium

  • Headline Small

  • Title Large

  • Title Medium

  • Title Small

  • Label Large

  • Label Medium

  • Label Small

  • Label Extra Small

  • Body Large

  • Body Medium

  • Body Small

  • Caption Large

  • Caption Medium

  • Caption Small

Overriding Font Styles

The Uno Plugin allows some modifications to semantic font styles. Changing the following properties will add new entries in the generated XAML resources to override default Toolkit style values:

  • Font Height
  • Font Weight
Important

Do not rename semantic font styles. The Uno Plugin uses the type styles' names as a reference to match default styles from the Toolkit. Renaming a type style will prevent the plugin from generating the proper XAML code.