Giovanni Carnel

Results 1 comments of Giovanni Carnel

*…this works for css…* assets in `public` folder ``` public/fonts/Font.otf ``` in `css`, `./` dot prefix the path ``` @font-face { src: url("./fonts/Font.otf") format("opentype"); } ``` in `vite.config`, build lib...