Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/library/mdi/getting-started/windows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ If you wanted to display the icon at `48x48` place the SVG path data in place of
</Canvas>
</Viewbox>
```
## 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
<FontFamily x:Key="IconFont">ms-appx:///Assets/materialdesignicons-webfont.ttf#Material Design Icons</FontFamily>


## MahApps.Metro.IconPacks

Expand Down