Skip to content

Commit

Permalink
docs: Add more info to Fluent symbol font usage
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund authored Dec 28, 2020
1 parent c3bb057 commit 5aa1202
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:

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

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

0 comments on commit 5aa1202

Please sign in to comment.