with adamamtium it was pretty simple using icon in <i class="fa fa-XXXXXXX"> . with ultima I have no clue what this example means
<i class="material-icons"></i> what is the meaning of  where is coming from.
<i class="material-icons">check_circle</i> the real spelling of the icon is check-circle what is the reason for using underscore.
thanks
use Icon with <i> tag
Forum rules
Please note that response time for technical support is within 3-5 business days.
Please note that response time for technical support is within 3-5 business days.
-
- Prime
- Posts: 18616
- Joined: 05 Jan 2009, 00:21
- Location: Cybertron
- Contact:
Underscore is google convention;
https://design.google.com/icons/
is same as our convention of ui-icon;
Following is required to support IE9 and below;
You can find the codes after clicking icon-font section at the website above.
When using with PrimeFaces component, I'd suggest ui-icon, for other parts it is up to your preference but I'd go with ui-icon as it will be same across the app. &# is for IE9 and below support as mentioned.
Hope it is clear now.
https://design.google.com/icons/
Code: Select all
<i class="material-icons">screen_share</i>
Code: Select all
<i class="ui-icon ui-icon-screen-share"></i>
Code: Select all
<i class="material-icons"></i>
When using with PrimeFaces component, I'd suggest ui-icon, for other parts it is up to your preference but I'd go with ui-icon as it will be same across the app. &# is for IE9 and below support as mentioned.
Hope it is clear now.
-
- Information
-
Who is online
Users browsing this forum: No registered users and 2 guests