Font style changes
This commit is contained in:
parent
c26f034a3d
commit
161d591f74
|
@ -7,8 +7,7 @@ body {
|
||||||
background: #000;
|
background: #000;
|
||||||
margin: 0em;
|
margin: 0em;
|
||||||
color: #00FF00;
|
color: #00FF00;
|
||||||
font-family: monospace;
|
font-family: 'Monaco', monospace;
|
||||||
font-size: 1.25em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
@ -105,7 +104,8 @@ article {
|
||||||
}
|
}
|
||||||
|
|
||||||
article .message.field {
|
article .message.field {
|
||||||
font-family: cursive;
|
font-family: 'Bradley Hand', 'Apple Chancery', cursive;
|
||||||
|
font-size: 1.25em;
|
||||||
margin-bottom: 0em;
|
margin-bottom: 0em;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user