
Originally Posted by
Johnny Gulag
Too bad, that would be kinda cool. I am cool with standard fonts, but it would be fun to play around with non standard ones.
Johnny
The problem would be (as with anything in HTML) that the font would have to be downloaded to the user's machine. Flash gets away with it because .swf is a binary format and you can't (easily) grab the fonts out of the swf.
Of course, you could always use sIFR as a way of using nonstandard fonts, or do what I tend to do and specify good alternate fonts, like so:
Code:
p {
font-family: Frutiger, "Myriad Web", "Trebuchet MS", "Bistream Vera Sans", sans-serif;
}
Bookmarks