diff --git a/docs/library/mdi/getting-started/windows.mdx b/docs/library/mdi/getting-started/windows.mdx index bb30260..e0c23d9 100644 --- a/docs/library/mdi/getting-started/windows.mdx +++ b/docs/library/mdi/getting-started/windows.mdx @@ -17,6 +17,14 @@ If you wanted to display the icon at `48x48` place the SVG path data in place of ``` +## Windows SDK with Win UI 3 + +To add it to your project add the webfont file and set it's build action to `Content`. +In your `App.xaml` file add like this, modify according to your path, in the example it's placed inside the Assets folder. + +```xml +ms-appx:///Assets/materialdesignicons-webfont.ttf#Material Design Icons + ## MahApps.Metro.IconPacks