We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40d4033 + cbbc466 commit 57d122bCopy full SHA for 57d122b
app/ng-ui-category/icon-fonts/basics/basic.component.html
@@ -2,7 +2,7 @@
2
<StackLayout class="m-16" horizontalAlignment="center">
3
<Label text="Icon Fonts demonstration" fontSize="18"></Label>
4
5
- <!-- >> icon-font-xml-def -->
+ <!-- >> icon-font-html-def -->
6
<!-- Using fa-regular-400.ttf -->
7
<Label text="" class="far"></Label>
8
@@ -18,5 +18,5 @@
18
19
<!-- Using IcoMoon-Free.ttf -->
20
<Label text="" class="ico"></Label>
21
- <!-- << icon-font-xml-def -->
+ <!-- << icon-font-html-def -->
22
</StackLayout>
0 commit comments