Fix Font Styling in AOL Mail

By default AOL uses the following CSS:

HTML


  body {font-family:Arial,sans-serif;font-size:10pt;}
  th {font-size:13pt;}
  td {color:black;} 

To overwrite these values, you just need to include them in your embedded CSS.

For the same effect in Gmail, you can set the font in the body tag:

HTML


  <body style="font-family:Arial,sans-serif; font-size:10pt;">

Leave a Reply

Your email address will not be published. Required fields are marked *