Skip to content

Commit

Permalink
Update docs/library/mdi/getting-started/windows.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
Templarian authored Oct 11, 2023
1 parent ed61bb3 commit 4c1b292
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/library/mdi/getting-started/windows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ If you wanted to display the icon at `48x48` place the SVG path data in place of
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

0 comments on commit 4c1b292

Please sign in to comment.