From 290b110df6b80560fc452f34160bfd050a2d15d1 Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Mon, 1 Jun 2009 13:54:48 +0200 Subject: [PATCH] t2t-modern.css: Switching default font family From "Garamond, Times, Serif" to "verdana, tahoma, helvetica, arial, sans-serif". As requested by mika. :) --- doc/t2t-modern.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/t2t-modern.css b/doc/t2t-modern.css index bd56b5f..3d08b45 100644 --- a/doc/t2t-modern.css +++ b/doc/t2t-modern.css @@ -13,7 +13,7 @@ body { margin: 0px; padding: 0px; - font-family: Garamond, Times, Serif; + font-family: verdana, tahoma, helvetica, arial, sans-serif; } div.header { -- 2.1.4