I have a CSS that sets the font to Arial for the site. On one page I want to put four identical lines in four fonts - Arial, TNR, Verdana and the user's default font. The CSS takes care of the first one. I can use font tags for the next two. How do I tell it to use the user's default for the last one? Font Face = "" doesn't work.
========
Added:
Since the user may have Times New Roman (serif) and may have Arial (sans serif), I don't think "generic" will work; it has to be broader than that.
========
Added:
Since the user may have Times New Roman (serif) and may have Arial (sans serif), I don't think "generic" will work; it has to be broader than that.