fix font
This commit is contained in:
parent
5d333cf4fd
commit
44c7e9d373
|
@ -18,7 +18,8 @@ const styles = theme => ({
|
||||||
gridTemplateRows: '1fr 4fr',
|
gridTemplateRows: '1fr 4fr',
|
||||||
gridColumnGap: '1em',
|
gridColumnGap: '1em',
|
||||||
gridRowGap: '36px',
|
gridRowGap: '36px',
|
||||||
margin: '1.75rem 4.5rem'
|
margin: '1.75rem 4.5rem',
|
||||||
|
fontFamily: theme.typography.fontFamily
|
||||||
},
|
},
|
||||||
paper: {
|
paper: {
|
||||||
padding: theme.spacing.unit * 2,
|
padding: theme.spacing.unit * 2,
|
||||||
|
@ -64,8 +65,8 @@ const styles = theme => ({
|
||||||
fontSize: '2rem'
|
fontSize: '2rem'
|
||||||
},
|
},
|
||||||
subtext: {
|
subtext: {
|
||||||
fontSize: '1rem',
|
...theme.typography.caption,
|
||||||
opacity: '0.6'
|
fontSize: '1rem'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
<title>Status.im Liquid Funding</title>
|
<title>Status.im Liquid Funding</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
||||||
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
|
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
|
||||||
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" />
|
||||||
</head>
|
</head>
|
||||||
<body class="container">
|
<body class="container">
|
||||||
<div id="app">
|
<div id="app">
|
||||||
|
|
Loading…
Reference in New Issue