Deployment issue to iis with icons

I deployed to IIS on a remote machine and everything seems to function correctly however anywhere there was an icon ( buttons dropdown etc ) the icons do not display and show text, i’ve tried deploying to zip and copy the files that way to no avail. it works fine however when running locally.

in the browser development tools it says there is missing fonts but when I look for the filenames missing
they seem to be in the folder.

Hi @cmhdev,

Most probably your IIS isn’t configured to serve woff fonts. This page shows how to allow that.

That fixed it. Thanks.