Iconos de otra fuente (other sources of icons)

Buenas tarde soy nuevo en ionic y me gustaría saber como puedo cambiar mis iconos que salen por defecto en ionic por unos de otra fuente como “material design icons” y agregar otros iconos creados por uno mismo, de ante mano agradezco la ayuda ya que eh estado consultando y aun no le encuentro la forma de hacerlo.

Hi,

I can read spanish but cant write in spanish, so will try to help you in english.

To add material desing icons for example you just need to include the css inside your index html file, this will load the fonts from google server, but you can download this css and font files, save it to assets folder of your project and then alter the css that you downloaded to point to the fonts you saved in assets folder. For other fonts you just need to following the same, create a css file with the fontface types and save the font files inside assets folder.

1 Like

Muchas gracias por tu ayuda, al fin pude integrar iconos de tras fuentes en mi proyecto siguiendo tus indicaciones :+1:

1 Like