how to call material icons in the mendix 9 application?

3
As,I had downloaded the material icons package and imported the files in the source file now i am not able to show the material icons in the UI.how to achieve it?is there any way to suggest for it.
asked
2 answers
3

Hi Attar Dasthagir,

Need to call the material icon name on the page where you want to Implement.

Example: If you want an info icon to be present on the page. You have to call the icon name from https://fonts.google.com/icons and then call the class name which you created in the source file.

 

 

answered
3

Hi Attar,

a better way to implement this is to follow the blog which Jason has already written about this ! 
https://medium.com/mendix/mendix-how-to-add-font-icons-465e2a03884

 

answered