Hey guys, can i ask you for a help please? I'm try...
# gooddata-ui
j
Hey guys, can i ask you for a help please? I'm trying to implement
Dashboard
component and i'm missing font icons. I have installed these packages from GD but non of them contains icons. Any idea what am i missing?
s
Hello, I faced a similar issue recently when embedding a gooddata dashboard in a react application using the vite toolchain. My issue was that the indigo font was missing in the produced assets files (when building the app). You should probably check that 1) you're correctly embedding all the necessary css files for the dashboard to work (documentation) 2) the indigo font is indeed present in the produced files when building your app.
🙌 1
r
Hi there @Jakub Smagin, was Simon's tip helpful for you? It's definitely a good one, just wanted to check in though 🙂
j
Hey, thanks for the tips. Actually, it was a webpack configuration fault. In css resolver, in
use
options
we had
url: false
. But reverting it to true, it started working correctly 🙂
🙌 1
r
Oh perfect, thank you for letting us know!
🤘 1