|
From: Lasse Kärkkäi. <tr...@us...> - 2011-01-10 23:16:22
|
Module: web
Branch: master
Commit: ae033e6bb91ca1eb36137d9f3960c57bba351ee2
Author: Lasse Karkkainen <tro...@tr...>
Date: Tue Dec 7 00:31:32 2010 +0100
Use DejaVu Sans on website (now that the game itself uses that)
---
htdocs-binary/style.css | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/htdocs-binary/style.css b/htdocs-binary/style.css
index 5ea64e4..623b917 100644
--- a/htdocs-binary/style.css
+++ b/htdocs-binary/style.css
@@ -2,7 +2,7 @@ body {
background: #000 url('bgs/fantasy_16.jpg') no-repeat;
/* Sadly this is too slow: background-attachment: fixed; */
background-position: center top;
- font-family: Verdana, Sans-Serif, sans;
+ font-family: DejaVu Sans, Verdana, Sans-Serif, sans;
font-size: 13px;
line-height: 140%;
overflow: scroll;
|