fixed missing font
This commit is contained in:
parent
9253695f8d
commit
7335232680
|
@ -1,8 +1,8 @@
|
|||
/*** index.html ***/
|
||||
html {
|
||||
background: url('resources/send_bg.svg');
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'segoe ui', 'helvetica neue',
|
||||
helvetica, ubuntu, roboto, noto, arial, sans-serif;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'segoe ui',
|
||||
'helvetica neue', helvetica, ubuntu, roboto, noto, arial, sans-serif;
|
||||
font-weight: 200;
|
||||
background-size: 110%;
|
||||
background-repeat: no-repeat;
|
||||
|
@ -13,8 +13,8 @@ html {
|
|||
}
|
||||
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'segoe ui', 'helvetica neue',
|
||||
helvetica, ubuntu, roboto, noto, arial, sans-serif;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'segoe ui',
|
||||
'helvetica neue', helvetica, ubuntu, roboto, noto, arial, sans-serif;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in New Issue