Add icons to content Task

You can include icons in content by adding some HTML code in the Text view.

The theme supports glyphicons and dashicons.

Glyphicons

See: Bootstrap glyphicons

Insert code using span tags:
<span class="glyphicon glyphicon-flag"></span>

Dashicons

See: WordPress dashicons

Insert code using span tags:
<span class="dashicons dashicons-admin-network"></span>