mirror of
https://github.com/ClaytonWWilson/CS307-Team24.git
synced 2025-12-16 02:08:47 +00:00
Improved Fonts
This commit is contained in:
parent
3f24d90fef
commit
49ce28109b
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user