diff --git a/app/ng-ui-category/icon-fonts/basics/article.md b/app/ng-ui-category/icon-fonts/basics/article.md
index b24a0fc2..173211e1 100644
--- a/app/ng-ui-category/icon-fonts/basics/article.md
+++ b/app/ng-ui-category/icon-fonts/basics/article.md
@@ -3,3 +3,10 @@ The example demonstrates, how to use setup the `font-family` property via CSS a
+
+With NativeScript 6 and above, we can use icon fonts with `Image` elements. For that purpose the `font://` prefix is needed to set the icon font code.
+
+
+
+
+>> **Note:** Images have specific stretch options (`none`, `aspectFit`, `aspectFill`). At the same time the icon fonts are having `font-size` which can control the size of our font. If you want to set the size of your icon through the `font-size` property then set `stretch` property to `none`. Any other values of the stretch property (including the default one) will cause the icon to be streched by measuring the image (or if there is no sizes set, the parent layout in whcih the image is nested).
diff --git a/app/ng-ui-category/icon-fonts/basics/basic.component.html b/app/ng-ui-category/icon-fonts/basics/basic.component.html
index f06c017a..622e17da 100644
--- a/app/ng-ui-category/icon-fonts/basics/basic.component.html
+++ b/app/ng-ui-category/icon-fonts/basics/basic.component.html
@@ -19,4 +19,15 @@
+
+
+
+
+