I have a text box rendering html using embedded fonts. I also use the <font> tag and define a font face throughout the html. I need a way to render a few characters using the device font as well. Is there a way for me to switch to the device default font for a few characters? Something like <font face='device Font'>text</font>?
↧