From 5aa1202ad88c9f4f57ea8cf9268af9721c06f9c4 Mon Sep 17 00:00:00 2001 From: Martin Zikmund Date: Mon, 28 Dec 2020 08:43:39 +0100 Subject: [PATCH 1/2] docs: Add more info to Fluent symbol font usage --- doc/articles/uno-fluent-assets.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/articles/uno-fluent-assets.md b/doc/articles/uno-fluent-assets.md index 9a88141d508f..4dad103811c9 100644 --- a/doc/articles/uno-fluent-assets.md +++ b/doc/articles/uno-fluent-assets.md @@ -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: + +``` + +``` ## Related Topics - [3011](https://github.com/unoplatform/uno/issues/3011) From 8bfd82f2e5c3fdc2ab0fb4d42da033ade35b128e Mon Sep 17 00:00:00 2001 From: Martin Zikmund Date: Fri, 1 Jan 2021 18:54:16 +0100 Subject: [PATCH 2/2] chore: Specify XAML Co-authored-by: David Oliver --- doc/articles/uno-fluent-assets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/uno-fluent-assets.md b/doc/articles/uno-fluent-assets.md index 4dad103811c9..9ee4115424c4 100644 --- a/doc/articles/uno-fluent-assets.md +++ b/doc/articles/uno-fluent-assets.md @@ -43,7 +43,7 @@ On iOS and macOS the indeterminate state for a CheckBox is not the right color. 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 ```