I have an issue simmilar to the below
Updated to 5.0 issue with woff2?
And i have tried everything is there a way to temporarily override the icons so that i can atleast finish the dev work as even the calender widget does not pickup the icons
I have an issue simmilar to the below
Updated to 5.0 issue with woff2?
And i have tried everything is there a way to temporarily override the icons so that i can atleast finish the dev work as even the calender widget does not pickup the icons
You can load a custom icon font as shown in the demos. However I would just see why the icon font doesn't load. For example by checking the network tab of the browser dev tools for failed HTTP requests.
the Dev Tools tab keeps returning a 404 for the icons and robotoflex, im more of a back end developer still transitioning to front end thus having to understand why its not finding the folder even when i grab the font folder and manually place it in the wwwroot really defeats me.
any ideas i will happily try
below is the code from the icons section in the online demos and how it shows instead
What theme are you using? If it is a premium theme you have to reapply it again from Radzen Blazor Studio so the fonts are copied to the wwwroot directory of your application.
thank you i think i did not understand that the theme needs to be refreshed in order for the changes to be picked up