You can include icons in content by adding HTML code in the Text view.
Govintra does not support the old Bootstrap Glyphicons. If you still have these in content, see our conversion guide.
The theme supports Font Awesome and Dashicons.
Font Awesome
See: Font Awesome icons
Insert code using the HTML “i” tag. Be sure to use a Font Awesome set that is loaded in your admin settings:
<i class="fa-solid fa-heart"></i>
<i class="fa-duotone fa-regular fa-champagne-glasses"></i>
Dashicons
See: WordPress dashicons
Insert code using span tags:
<span class="dashicons dashicons-admin-network"></span>
