Font style changes

This commit is contained in:
swag 2022-02-23 16:18:08 -05:00
parent 54aa04d04c
commit 0a035e1502

View File

@ -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;
} }