Vuestic UI is an open-source Vue 3 component library designed for rapid development, easy maintenance, and high accessibility. Maintained by Epicmax (@epicmaxco).
In some situations, the Material Symbols font is being overwritten with that defined by --va-font-family. This is only occuring after running vite build and it only affects certain components.
Reproduction
For example, this is part of a component used in a table cell:
Vuestic-ui version: 1.10.2
Description
In some situations, the Material Symbols font is being overwritten with that defined by --va-font-family. This is only occuring after running
vite build
and it only affects certain components.Reproduction
For example, this is part of a component used in a table cell:
After vite build, the font-family from the outer va-dropdown is overwriting that of the va-icon.
During development, running vite, everything works as expected.
I'm pretty new to both Vite and Vuestic, so I don't really know where the issue lies.