I'm using inline <font> tags to format text inside mindmap nodes. I'm able to change font size but not font family. In the markup below I want to change the font face for CHANGE_ME but no matter what I try it doesn't
<font size=20 face="consolas">
<font size=20 face=consolas>
<font size=20 style="font-family:'Consolas'">
@startmindmap
+ root
**:<font size=25>font_style_1_default</font>
<font size=20 face=consolas>CHANGE_ME</font>
<font:monospaced>MONOSPACED</font>;
@endmindmap