我安装了自托管材质图标。 大多数图标显示确定。但是有几个没有。例如:
<mat-icon >update_disabled</mat-icon>
,而不是'update_disabled'图标,浏览器显示的是'update'图标。
类似地,其他一些图标,尤其是带有连字符的图标,会显示不同的图标,或者是其“父”图标,其名称在“ _”字符之前,或者是其他图标。
答案 0 :(得分:0)
尝试将以下内容添加到index.html中:
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
哪个是Material Icons的CSS样式表:)