In the Angular Material documentation there are examples of how to use icons in buttons through an SVG icon. / p>
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'd like to know if there's any way to use font icons as well. In my case I'm using Font Awesome .
How to do this?