Failed to load resource (icons) #12162
-
I'm having an issue with all icons not being loaded properly. Last time, this got fixed by upgrading Taiga, but on production, the problem persist after the last deployment. package webpack
app.config again, on production it used to work, but somehow, after upgrading Taiga (we didn't upgrade Angular for a while), it stopped working. Extra question: could I use font-awesome pro with Taiga already? I know you were working on this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
You can see the path on the screenshot - |
Beta Was this translation helpful? Give feedback.
https://stackblitz.com/edit/angular-gm5fdlpf
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet" />
--tui-font-icon
, in this example:--tui-font-icon: Material Symbols Outlined
@font.
prefix with icon name to pass the name ascontent
, in this example@font.home