Add a link to the HTML head

0
issue: Need to add a font link to my HTML header the reason is to use custom emojis on UTF-8 font format try with the HTML snippet so far, but didn’t work  ideas? version of Mendix 9.10.1
asked
2 answers
0

Hi, go to your project directory, next go to theme/web and edit the settings.json file. Add the link to the ICOMOON to the array. Save the file and compile the project.
Example below:
 

answered
1

Mendix pages and widgets on those pages are (dynamically) loaded in the <body> of the HTML. If you want to add something to the <head> you need to do it in the HTML files

go to your project folder theme\web\index.html

and change the html file

answered