Update main font to be consistent with --font-family

Change-Id: Ia2feb2a05806e5b8d1402986db7a1e7cf215e8e8
This commit is contained in:
Andrew Bonventre
2017-01-24 11:33:14 -08:00
parent c2c272a5cb
commit 1e707e3b1a

View File

@@ -35,6 +35,6 @@ body {
* Work around this using font-size and font-family.
*/
font-size: 13px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
line-height: 1.4;
}