ID:157560
 
client
script = "<STYLE>BODY {background: black; color: blue} IMG.icon{width:48;height:48}</STYLE>"

That is what I mean by client scripts... How do I set the font face without errors on there?
This is easily solved with google and the keyword "CSS". Googling "CSS font" reveals the exact property you want to modify in the second result. The first explains ALL properties of text.

The attribute you want is "font-family".