Merge pull request #427 from gautamkrishnar/master

Extended system font list fixes:#408
This commit is contained in:
Danny Coates 2017-08-07 11:04:03 -07:00 committed by GitHub
commit 8767b9b6b0

View File

@ -1,8 +1,8 @@
/*** index.html ***/ /*** index.html ***/
html { html {
background: url('resources/send_bg.svg'); background: url('resources/send_bg.svg');
font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', Helvetica, font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'segoe ui',
Arial, sans-serif; 'helvetica neue', helvetica, ubuntu, roboto, noto, arial, sans-serif;
font-weight: 200; font-weight: 200;
background-size: 110%; background-size: 110%;
background-repeat: no-repeat; background-repeat: no-repeat;
@ -13,6 +13,8 @@ html {
} }
body { body {
font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'segoe ui',
'helvetica neue', helvetica, ubuntu, roboto, noto, arial, sans-serif;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
margin: 0; margin: 0;