fix font
This commit is contained in:
parent
5d333cf4fd
commit
44c7e9d373
|
@ -18,7 +18,8 @@ const styles = theme => ({
|
|||
gridTemplateRows: '1fr 4fr',
|
||||
gridColumnGap: '1em',
|
||||
gridRowGap: '36px',
|
||||
margin: '1.75rem 4.5rem'
|
||||
margin: '1.75rem 4.5rem',
|
||||
fontFamily: theme.typography.fontFamily
|
||||
},
|
||||
paper: {
|
||||
padding: theme.spacing.unit * 2,
|
||||
|
@ -64,8 +65,8 @@ const styles = theme => ({
|
|||
fontSize: '2rem'
|
||||
},
|
||||
subtext: {
|
||||
fontSize: '1rem',
|
||||
opacity: '0.6'
|
||||
...theme.typography.caption,
|
||||
fontSize: '1rem'
|
||||
}
|
||||
})
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<title>Status.im Liquid Funding</title>
|
||||
<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/css?family=Roboto:300,400,500" />
|
||||
</head>
|
||||
<body class="container">
|
||||
<div id="app">
|
||||
|
|
Loading…
Reference in New Issue