The Google material icons are displaying correctly in Chrome within an Angular project, but are not rendering in Chrome's incognito mode or in Firefox. In the index.html file, the following lines are used to access the fonts library:
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
Within the template:
<mat-icon>person</mat-icon>
Instead of displaying the icon, it shows the word "person" as text. The browser's network tab indicates a 307 Temporary Redirect status code for two requests.
See below for the output displayed in the browser:
https://i.sstatic.net/tL9CJ.png