From 0a035e15026c02c1c328cd48e1e6697968b61747 Mon Sep 17 00:00:00 2001 From: swag Date: Wed, 23 Feb 2022 16:18:08 -0500 Subject: [PATCH] Font style changes --- assets/css/swagg.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/css/swagg.css b/assets/css/swagg.css index e20ee90..d28660e 100644 --- a/assets/css/swagg.css +++ b/assets/css/swagg.css @@ -7,8 +7,7 @@ body { background: #000; margin: 0em; color: #00FF00; - font-family: monospace; - font-size: 1.25em; + font-family: 'Monaco', monospace; } p { @@ -105,7 +104,8 @@ article { } article .message.field { - font-family: cursive; + font-family: 'Bradley Hand', 'Apple Chancery', cursive; + font-size: 1.25em; margin-bottom: 0em; white-space: pre-wrap; }