diff options
author | Skiz <skiznet@aol.com> | 2024-07-29 14:26:29 -0400 |
---|---|---|
committer | Skiz <skiznet@aol.com> | 2024-07-29 14:26:29 -0400 |
commit | 4e8571197a619e5dd2bbad18b757ad692912fe14 (patch) | |
tree | 6daa4804cfb57cd590ba3c0d08a42b4bbeb2cab0 /themes/schizo/static | |
parent | 6ee1f1aa41bd0696716ab1954aba83d2be6ede83 (diff) |
Set times new roman as font
Diffstat (limited to 'themes/schizo/static')
-rw-r--r-- | themes/schizo/static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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") ; |