Skip to content

Commit 97fa2a3

Browse files
authored
Merge pull request #370 from NativeScript/niliev/icons
fix: images paths fixed in Icon Fonts article
2 parents 0dc38b2 + b3f66ce commit 97fa2a3

File tree

1 file changed

+3
-3
lines changed
  • app/ng-ui-category/icon-fonts/code-behind

1 file changed

+3
-3
lines changed

Diff for: app/ng-ui-category/icon-fonts/code-behind/article.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ The example shows, how to use setup the `font-family` property via CSS and how t
66

77
And the result is:
88

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

1111
Example for icon font glyphs:
1212

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

1515
Example for icon font folder location:
1616

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

0 commit comments

Comments
 (0)