diff --git a/content/stylesheet.css b/content/stylesheet.css index d639869..f293ade 100644 --- a/content/stylesheet.css +++ b/content/stylesheet.css @@ -38,3 +38,19 @@ body.status_page { background-color: #B6BDBD; color: #000000; } + +body { + font-size: 1em; +} +p { + font-family: monospace; +} +input { + font-family: monospace; +} +button { + font-family: monospace; +} +h1, h2, h3, h4, h5, h6 { + font-family: monospace; +}