Embedding font icons

Hi, I’m trying to make a video player that uses videojs but I have some problems with the font icons…

For some reasons, in the network tab there’s no call to the woff font.

The path is right (I had to use a videojs scss variables and import all the styles as scss)


The file exists and it’s served at http://localhost:3333/assets/fonts/videojs/VideoJS.woff

Do you guys have some idea to solve my issue?

here a simple example in codesandbox to show my problem
https://codesandbox.io/p/devbox/videojs-with-stenciljs-ryvq8c

ok, I had to disable shadow dom to make it works