Skip to content

fix: images paths fixed in Icon Fonts article #370

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 27, 2019
Merged
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
6 changes: 3 additions & 3 deletions app/ng-ui-category/icon-fonts/code-behind/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ The example shows, how to use setup the `font-family` property via CSS and how t

And the result is:

![sample-app](../img/modules/icon-fonts/sample-app.png "Sample App")
![sample-app](./img/modules/icon-fonts/sample-app.png "Sample App")

Example for icon font glyphs:

![IcoMoon](../img/modules/icon-fonts/icomoon.png "IcoMoon-Free")
![IcoMoon](./img/modules/icon-fonts/icomoon.png "IcoMoon-Free")

Example for icon font folder location:

![icon-fonts](../img/modules/icon-fonts/fonts-folder.png "Fonts Folder")
![icon-fonts](./img/modules/icon-fonts/fonts-folder.png "Fonts Folder")