Home
Joomla! 4 Standard Icons
Work in progress:
For joomla!4 Icomoon icons were replaced by font awesome icons in templates atum and cassiopeia. Some of the icomonn icons could not be transferred though.
Two lists follow below
- J3x replaced icomoon icon list (working)
- J4x Font Awesome icon list
In HTML:
J3x replacements icons:
<i style="font-size: 48px;" class="icon-!name!"></i>
J4x Font Awesome
<i style="font-size: 48px;" class="fa fa-!name!"></i>
In development using joomla standard functions like .... only icon names (J3x) are active
Differences: For example icon 'camera-retro' is defined Font Awesome but not for 'icon-displayed'.
Font awesome icon names can not be used in joomla functions like ToolBarHelper::custom(name, icon1, icon2, text, ...) as internally 'icon-' will be prepended. Using 'none fa fa-!name!' may display the icon but will interfere with the general layout if further displayed buttons