Gmail Supported Fonts
These are the fonts natively supported by Gmail.
by Wally Glenn
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>
<span style="font-family: arial; font-size: 30px;">Arial (arial)</span><br />
<span style="font-family: arial black; font-size: 30px;">Arial Black (arial black)</span><br />
<span style="font-family: arial narrow; font-size: 30px;">Arial Narrow (arial narrow)</span><br />
<span style="font-family: Bookman Old Style; font-size: 30px;">Bookman Old Style (Bookman Old Style)</span><br />
<span style="font-family: Book Antiqua; font-size: 30px;">Book Antiqua (Book Antiqua)</span><br />
<span style="font-family: Charcoal; font-size: 30px;">Charcoal (Charcoal)</span><br />
<span style="font-family: Courier; font-size: 30px;">Courier (Courier)</span><br />
<span style="font-family: Courier New; font-size: 30px;">Courier New (Courier New)</span><br />
<span style="font-family: comic sans ms; font-size: 30px;">Comic Sans MS (comic sans ms)</span><br />
<span style="font-family: monospace; font-size: 30px;">Fixed width (monospace)</span><br />
<span style="font-family: garamond; font-size: 30px;">Garamond (garamond)</span><br />
<span style="font-family: Geneva; font-size: 30px;">Geneva (Geneva)</span><br />
<span style="font-family: georgia; font-size: 30px;">Georgia (georgia)</span><br />
<span style="font-family: helvetica; font-size: 30px;">Helvetica (helvetica)</span><br />
<span style="font-family: Impact; font-size: 30px;">Impact </span><span style="font-family: sans-serif; font-size: 30px;">(Impact)</span><br />
<span style="font-family: Lucida Console; font-size: 30px;">Lucida Console (Lucida Console)</span><br />
<span style="font-family: Lucida Grande; font-size: 30px;">Lucida Grande (Lucida Grande)</span><br />
<span...
CSS
@import url('https://fonts.googleapis.com/css?family=Roboto');