[BUG?] No material icons

Hello i’ve created a new core project with latest cli 5.1.7 (capacitorjs + vite)
But I can’t see any icon and there are error in console
localhost/:33 GET http://localhost:3000/fonts/material-icons.woff2 net::ERR_ABORTED 404 (Not Found)
localhost/:33 GET http://localhost:3000/fonts/material-icons.woff net::ERR_ABORTED 404 (Not Found)

this is the first time I have this problem

What server are you using to serve the files? Make sure that woff is an installed MIME type on your machine.

hello @kerrydp
standard f7 setup with vitejs, no customization
i’ve no problem with other project created since last month
some days ago i’ve updated framework7 cli and created a new project.
cpy command that should copy fonts from node directory to src/fonts was not performed (but without error)
i’ve tried both on macbook pro 14 m1 pro and on imac pro, and problem is the same.
copying the files by hand, everything seems to work correctly