From c48d917840597440ab7707667993b03676aff04d Mon Sep 17 00:00:00 2001 From: Charlie Wang <124473681+chongyu-wang@users.noreply.github.com> Date: Wed, 12 Apr 2023 04:41:25 -0400 Subject: [PATCH] ADD a different text. --- common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.css b/common.css index 5bb2d2b7..46d9e36b 100644 --- a/common.css +++ b/common.css @@ -3,7 +3,7 @@ /* common styles used for v1 through v4 */ /****************************************/ -body { font-family: Arial, Helvetica, sans-serif; } +body { font-family: serif; } #stats { border: 2px solid black; } #controls { width: 28em; float: left; padding: 1em; font-size: 0.7em; } #controls th { text-align: right; vertical-align: middle; }