Hi,
We have a problem with how the Syncfusion css is organised.
What we want to do is use the Theme Studio to generate Material css for all controls and customise the accent and primary colours before doing this.
Then we want to use the "customized" css because we need the font and css to work offline.
The problem is that the generated css does not contain all (perhaps not even any) of the font icons listed here :
https://blazor.syncfusion.com/documentation/appearance/icons#material
My example is the attachment icon, /ea05 - this does not exist in the css generated from Theme Studio.
So, instead I go to https://blazor.syncfusion.com/crg/ and "download" the css for all controls from there (it doesn't actually download anything, a popup appears telling me the URL to use)
The URL :
<link rel='nofollow' href="https://cdn.syncfusion.com/blazor/30.1.42/styles/material.css" rel="stylesheet" />
Fine. I go to that URL and grab the css from there.
This does contain the attachment icon /ea05, so this method seems to contain more css than Theme Studio produces.
But, now I don't have css with the primary and accent colours customised.
I want all of the css, including the font icons, but also be able to customise the colours like Theme Studio allows me to do.
Is there somewhere I can download just the font icons from, separately from the css for the controls?
What do you recommend I do?
Thanks
Paul