This example uses the following CSS rules:

      .class1 { font-family:Verdana, Arial, Helvetica, sans-serif; }
      .class2 { font-family:'Times New Roman', Georgia, serif;     }

Here are the results:

A heading using class1

A heading using class2