From 4e8571197a619e5dd2bbad18b757ad692912fe14 Mon Sep 17 00:00:00 2001 From: Skiz Date: Mon, 29 Jul 2024 14:26:29 -0400 Subject: Set times new roman as font --- themes/schizo/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/schizo/static/style.css') diff --git a/themes/schizo/static/style.css b/themes/schizo/static/style.css index 24eff86..2dbd8d2 100644 --- a/themes/schizo/static/style.css +++ b/themes/schizo/static/style.css @@ -1,5 +1,5 @@ body { - font-family: 'Courier New' ; + font-family: 'Times New Roman' ; /*background: #110000 ;*/ background: #1e1e22; background-image: url("/images/space2.gif") ; -- cgit v1.2.3