You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't want to base64 and embed the fonts into style.css because we want to be able to tree-shake any extra font resources. However including the resources in public doesn't seem to work as expected.
https://github.com/vitejs/vite/issues/3295
We could just not include the fonts in the build and expect the consumer of this library to bring them in a specific directory.
The text was updated successfully, but these errors were encountered:
We don't want to base64 and embed the fonts into style.css because we want to be able to tree-shake any extra font resources. However including the resources in public doesn't seem to work as expected.
https://github.com/vitejs/vite/issues/3295
We could just not include the fonts in the build and expect the consumer of this library to bring them in a specific directory.
The text was updated successfully, but these errors were encountered: