quote:
Originally posted by LuckyMe
But I had to replace every fontface element over the style.
If you put the font face in the element{ } section, every other element that uses the style sheet that doesn't specify its own font, should inherit that font.
Edit (an example would probably be good):
code:
element
{
FontFace: "Times New Roman";
}