How do i use custom fonts in css...i want to use a font called Myriad. But when i do body {font-family:Myriad;} it still displays as default. If i change it to a font that is on most people's computers it works but that one wont..is there a way to have custom fonts that would work on everyone else's computer.
The @font selector has no support, thankfully. No one wants to have to download some huge font file that does not offer them any benefit. You may use some image replacement method for headings and such. The web, though, is not print. You are at the mercy of the end user and whatever UA he has. cheers, gary