ID:173901
 
Well, my problem is that I am defining a font style to use in my new project, the problem is, it is not outputting like it should do.

The font is more of a jointed text, I can't describe this well enough so I will just explain a little.

The current code that defines the font-family, pixel size, and colours are as follows;

client
script = "<STYLE>BODY {background: black; color: silver; font-family: Script; font-size: 10px}</STYLE>"


The font style is as you can see; Script.

I can't really explain as to how it looks so I will link a picture of a little written text screen shot for you all.

Link: Script Font.

--Lee
I'm not sure that px is supported as a font size unit by BYOND. However script is a predefined CSS font family, which is another reason you may be having trouble.

Lummox JR