Extended system font list fixes:#408

This commit is contained in:
Gautam krishna.R 2017-08-04 15:23:51 +05:30 committed by GitHub
parent 67635b9151
commit 9253695f8d
1 changed files with 4 additions and 2 deletions

View File

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