Font Awesome Icons
How to insert and adjust Font Awesome Icon positioning
Last updated
How to insert and adjust Font Awesome Icon positioning
Last updated
Knack provides the Font Awesome 4 library as a way to incorporate icons into applications and help reinforce language and look of application elements such as menus or titles shown above. Font Awesome 4.7 icons
None needed 😎
These stylings allow us to adjust the position of icons as rendered. For the most part, we use baseline which centers the icon vertically on the block line as shown in the examples above.
To incorporate icons into your text, trigger buttons, or custom buttons, you will need to add
fa is the CSS class being called above followed by the fa-icon-name
Simply select the icon you want with the icon selector for menus and parent pages
or place within your application next to text (or by themselves) in titles or buttons
Knack provides only version 4.7 of the FA library currently. Font Awesome Version 5 icons are available but not yet integrated with Knack.
The New Knack Builder no longer renders markup on the builder side so you will want to double check that your HTML code is working and your icon is rendering on the live view.