fixed missing font

This commit is contained in:
Gautam krishna.R 2017-08-04 22:49:03 +05:30 committed by GitHub
parent 9253695f8d
commit 7335232680
1 changed files with 4 additions and 4 deletions

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, 'segoe ui', 'helvetica neue', font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'segoe ui',
helvetica, ubuntu, roboto, noto, 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,8 +13,8 @@ html {
} }
body { body {
font-family: -apple-system, BlinkMacSystemFont, 'segoe ui', 'helvetica neue', font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'segoe ui',
helvetica, ubuntu, roboto, noto, arial, sans-serif; 'helvetica neue', helvetica, ubuntu, roboto, noto, arial, sans-serif;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
margin: 0; margin: 0;