Deseo personalizar la plantilla con respecto a las necesidades del cliente, por lo tanto, necesito incluir nuevos iconos a la galería para utilizar dentro del panel de servicio. Desearía poder hacerlo fácilmente como se incluyen fondos e imágenes.
I sadly don't speak Spanish (I use google translate), but I hope this will help you:
It is possible to add custom fonts, but it requires some coding. To add a custom iconfont, you will need to use a child theme (you can use the one that comes with the theme).
Please check example below (copied and filtered out from the theme), but make sure you give unique names to the functions (rename them), then copy the code to functions.php in the child theme:
Cordial saludo.
Deseo personalizar la plantilla con respecto a las necesidades del cliente, por lo tanto, necesito incluir nuevos iconos a la galería para utilizar dentro del panel de servicio. Desearía poder hacerlo fácilmente como se incluyen fondos e imágenes.
Agradezco de antemano su colaboración.
Hi,
I sadly don't speak Spanish (I use google translate), but I hope this will help you:
It is possible to add custom fonts, but it requires some coding. To add a custom iconfont, you will need to use a child theme (you can use the one that comes with the theme).
Please check example below (copied and filtered out from the theme), but make sure you give unique names to the functions (rename them), then copy the code to functions.php in the child theme:
First part is the array of all icon names and their characters. Usually this comes with the font itself, you just need to add it into the array,....
The second part connects everything, font name, location of the CSS file and icon array.
Kind regards,
Andrej
OrionThemes