Gmail Supported Fonts

These are the fonts natively supported by Gmail.

by cleaver

HTML

<h1>
Google Gmail supported fonts
</h1>
<p>
These are the current native fonts supported by Google Gmail. Currently, Gmail does not support Google fonts or other web fonts.
</p>
<p>
I placed the font name first, then the spelling and style in the font-family tag in parentheses [Arial (arial)], just in case you wanted to know the name and case.</p>

<p>
It's hard to display this on Stack Overflow because some fonts like Roboto only work in Gmail or work when you include a link to Google Fonts. Some email clients like Outlook will not support the fonts.
</p>

CSS

body {
  font-family: Courier New;
  font-size: 18px;
}