PDA

View Full Version : Using css and pixel


jrk_productions
06-03-2005, 10:27 PM
Is it possible to link a couple of pixel fonts in the library, and then reference them in a css document as font type?

LJK
06-06-2005, 04:58 AM
Hi -
Perhaps someone here knows if it can be done within Flash only - like when css is used to format text...

But I don't think you'd find it very useful in a reg. css -> html, since it is a matter of what the end user has installed. You could try using it as an option:

font-family:"bitty pixel", "verdana", "tahoma", sans-serif;

That way you've got a better shot that they'll have one of them installed: or that the default sans will be more acceptable than Times New Rom., or something.

Good luck,
El

jrk_productions
06-06-2005, 05:43 PM
I saw someone use a font:embed; in css, not sure if they had some special code or something, but maybe this could resolwe my problem. If so everyone would be able to view it!