4
In the Documentation of Material Angular there are examples of using icons on buttons, through an SVG icon.
Example:
<md-button class="md-icon-button md-primary" aria-label="Settings">
<md-icon md-svg-icon="img/icons/menu.svg"></md-icon>
</md-button>
But I would like to know if there is any way to use font icons as well. In my case I am using the Font Awesome.
How to do this?