[thelist] Font size problems with CSS & NN 4.73(win)

Michael Stevens mike at tokenzone.com
Wed Jun 6 10:57:02 CDT 2001


>p.1 {font-family: 'Arial', 'Helvetica', sans-serif; font-size: 10pt;}
>p.2 {font-family: 'Arial', 'Helvetica', sans-serif; font-size: 12pt;}

This can be consolidated even more.  You can eliminate any redundancy in
your CSS file by combining classes like so:

p.1, p.2 {font-family: 'Arial', 'Helvetica', sans-serif; font-size: 10pt }
p.2 { font-size: 12pt }

That way if you want to change the font face for all your paragraphs, you
only have to do it once.





More information about the thelist mailing list