Issue: ASP.NET Project Template - Icons do not display correctly in and certain CSS files are not requested
Sample: A project made with our ASP.NET Core project template attached below
To reproduce: Simply run the project. If the issue is not replicated on the first load, refresh the page. The issue occurs more frequently when the browser's DevTools is open.
Actual Behavior:
Icons are not correctly loaded
Expected Behavior: Icons should be loaded correctly.
Hi,
It looks like the font loading was interrupted. Then, this data got into the browser cache. Could you please clarify if this error appeared after a hard reload and clearing the cache?

I look forward to your reply.
Hi,
As a follow up to this ticket, we've determined that this issue is not related to a browser's cache. It is related to the encoding of our CSS styles. For an immediate workaround, I suggest that you add the following line to the dx.common.css, dx.gantt.css and dx.diagram.css files.
@charset "UTF-8";
Afterwards, delete the vendor.css file and rebuild the project. Then, issue with icons should be fixed. If you encounter any issues with this workaround, let us know.
Regards,
Luis