Why aren't my fonts displaying correctly in AOL?


AOL uses the following default CSS:

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

You just need to overwrite this in your embedded CSS.

To achieve the same effect in Gmail, you can set the font in your body tag (you need to use inline CSS for the TH and TD, sorry!).  Here is an example:

<body style=” font-family:Arial,sans-serif; font-size:10pt â€>

  • 68 Users Found This Useful
Was this answer helpful?

Related Articles

Gmail is converting my email addresses to links.

Yes, if you have an email address listed without a link, Gmail will add it for you.  For...

How do I create dynamic urls using field names?

To view all variable names you can use for fields within the system go to Forms - Fields Manager....

How do I get around the fact that Gmail does not support embedded CSS?

One way to get around this issue is to convert your embedded CSS into inline using our CSS...

I am trying to save but the save button isnt working

The most common reason for the save not saving is because on the top part of your page "Message...

I am using a small font and my line spacing is all screwed up.

This is because of the Gmail DOCTYPE, try putting your font inside a paragraph tag instead of...