diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-01 20:32:42 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-01 20:32:42 -0400 |
commit | c36c6bfaab5e08f21ff8e01b4a87020ed53432c9 (patch) | |
tree | fe08ce5c35b0e49164ce19b07925fa056b5f29f1 /website | |
parent | 426e933f733339e1bc787be0a56c179015b07b13 (diff) |
removed references to non-free fonts
Diffstat (limited to 'website')
-rw-r--r-- | website/local.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/local.css b/website/local.css index 34f376e..61adaba 100644 --- a/website/local.css +++ b/website/local.css @@ -1,5 +1,5 @@ body { - font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; + font-family: "Liberation Sans",sans-serif; font-size:1em; margin-left: 5%; margin-right:20%; |