Fonts served for Gmail
These are the fonts served from Gmail's stylesheet
by M Shameer
HTML
<span style="font-family: 'Google Sans'; font-style: normal; font-weight: 400;">Google Sans</span><br><br>
<span style="font-family: 'Google Sans'; font-style: normal; font-weight: 500;">Google Sans Medium</span><br><br>
<!-- It is pulling some where and can definatly can be used -->
<span style="font-family: 'Product Sans'; font-style: normal; font-weight: 400">Product Sans</span><br><br>
<span style="font-family: 'Roboto'; font-style: italic; font-weight: 400;">Roboto Italic</span><br><br>
<span style="font-family: 'Roboto'; font-style: normal; font-weight: 400;">Roboto Regular</span><br><br>
<span style="font-family: 'Roboto'; font-style: normal; font-weight: 500;">Roboto Medium</span><br><br>
<span style="font-family: 'Roboto'; font-style: normal; font-weight: 700;"> Roboto Bold</span><br><br>
CSS
/* had to link it to this document so it renders */
@font-face {
font-family: 'Google Sans';
font-weight: 400;
src: url('https://fonts.gstatic.com/s/googlesans/v9/4UaGrENHsxJlGDuGo1OIlL3Owp4.woff2');
}
@font-face {
font-family: 'Google Sans';
font-weight: 500;
src: url('https://fonts.gstatic.com/s/googlesans/v9/4UabrENHsxJlGDuGo1OIlLU94YtzCwY.woff2');
}