diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-07-14 08:31:45 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-07-14 08:31:45 +0000 |
commit | 856af471b7a6025f1438f09ff0d701dd78fd99ea (patch) | |
tree | 4c454a0b2fc68226b790cf623a03296074f0777c | |
parent | a365bbcf0ccc18cc5cee9e5cc697725279b02e53 (diff) |
changing primary font to Verdana
git-svn-id: file:///var/lib/svn/phpfspot/trunk@197 fa6a889d-dae6-447d-9e79-4ba9a3039384
-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);
|