Font awesome icons are not displaying in the test IIS environment, but they are displaying in the localhost environment.
I see the following error in the Console for fa-solid-900.woff2:1, fa-solid-900.woff:1 and fa-solid-900.ttf:1: Failed to load resource: the server responded with a status of 404 (Not Found)
The following is a URL path for one of the files: https://projectName.companyName.com/webfonts/fa-solid-900.woff2
The files are located in the following directory path: C:\projectName\wwwroot\Content\webfonts
If I copy the webfonts folder to the following directory, the font awesome icons work: C:\projectName\wwwroot\webfonts
What should I change/update to keep the webfonts folder under the \Content folder and still have the font awesome icons work?