Improved Fonts

This commit is contained in:
shobhitm23 2019-11-01 16:15:45 -04:00
parent 3f24d90fef
commit 49ce28109b
2 changed files with 9 additions and 2 deletions

View File

@ -39,6 +39,9 @@ const styles = {
},
p: {
fontFamily: "cursive",
},
div: {
backgroundColor: "lightgrey",
}
};
@ -109,12 +112,14 @@ export class Login extends Component {
<Grid item sm />
<Grid item sm>
<img src={logo} className="app-logo" alt="logo" />
<br></br>
<br></br>
<Typography variant="p" className={classes.pageTitle} fontFamily = "Georgia, serif">
<b>Log in to Twistter</b>
<b><font face="Segoe UI">Log in to Twistter</font></b>
<br></br>
</Typography>
<br></br>
<div>
<form noValidate onSubmit={this.handleSubmit}>
<TextField
id="email"
@ -157,6 +162,7 @@ export class Login extends Component {
<Typography color="error">Invalid username/email or password</Typography>
)}
</form>
</div>
</Grid>
<Grid item sm />
</Grid>

View File

@ -104,9 +104,10 @@ export class Signup extends Component {
<Grid item sm />
<Grid item sm>
<img src={logo} className="app-logo" alt="logo" />
<br></br>
<br></br>
<Typography variant="p" className={classes.pageTitle}>
<b>Create a new account</b>
<b><font face="Segoe UI">Create a new account</font></b>
<br></br>
</Typography>
<br></br>