From b3f66ce07baad2dc1c4868c98700cd37a3a2c6e4 Mon Sep 17 00:00:00 2001 From: Nikolay Iliev Date: Wed, 27 Mar 2019 15:04:15 +0200 Subject: [PATCH] fix: images paths fixed in Icon Fonts article --- app/ng-ui-category/icon-fonts/code-behind/article.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/ng-ui-category/icon-fonts/code-behind/article.md b/app/ng-ui-category/icon-fonts/code-behind/article.md index c9ae1d9a..9a2606d9 100644 --- a/app/ng-ui-category/icon-fonts/code-behind/article.md +++ b/app/ng-ui-category/icon-fonts/code-behind/article.md @@ -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") \ No newline at end of file +![icon-fonts](./img/modules/icon-fonts/fonts-folder.png "Fonts Folder") \ No newline at end of file