You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It generates the DOM element perfectly. CSS works just as it should. However, the text doesn't work. When I try this in Angular Material with <md-icon>add</md-icon> for instance, the add text gets included, but it has a default font (like Times New Roman).
Fixed. Loading the CSS externally doesn't seem to work, so including the Material Icons directly inside the CSS works fine: https://jsfiddle.net/sLc2kcwy/3/
Unfortunately workaround not work for icons from elements kits like angular material where we have components like mat-icon... last fiddle is old.
Any updates?
https://jsfiddle.net/sscm9nr7/
It generates the DOM element perfectly. CSS works just as it should. However, the text doesn't work. When I try this in Angular Material with
<md-icon>add</md-icon>
for instance, theadd
text gets included, but it has a default font (like Times New Roman).With FontAwesome... Well, it's all squares.
https://jsfiddle.net/sscm9nr7/
The text was updated successfully, but these errors were encountered: