diff options
-rw-r--r-- | stylesheet.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stylesheet.css b/stylesheet.css index 0fe527e..8d12b95 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -1,7 +1,7 @@ body {
background-color: #000000;
color: rgb(26,151,15);
- font-family: Arial, Helvetica, sans-serif;
+ font-family: verdana;
font-style: normal;
border: solid 1px #ffffff;
border-color: rgb(15,15,15);
|