Skip to content

Commit

Permalink
Merge pull request #4805 from unoplatform/dev/mazi/fluent-font-usage-…
Browse files Browse the repository at this point in the history
…docs

docs: Add more info to Fluent symbol font usage
  • Loading branch information
mergify[bot] committed Jan 8, 2021
2 parents 58b4b7b + 8bfd82f commit 2816b00
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/articles/uno-fluent-assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ Simply replace the contents of Font.css in your app with those of the `Font.css`
## Known issues
On iOS and macOS the indeterminate state for a CheckBox is not the right color.

## Usage

The symbol font is automatically used by built-in styles and templates. You can reference it in XAML using the `SymbolThemeFontFamily` resource. For example:

```xaml
<FontIcon FontFamily="{ThemeResource SymbolThemeFontFamily}" Glyph="&#xE117;"/>
```

## Related Topics
- [3011](https://github.com/unoplatform/uno/issues/3011)
Expand Down

0 comments on commit 2816b00

Please sign in to comment.