From 79c6454071658742827fa83c1a08068a7ea18639 Mon Sep 17 00:00:00 2001 From: othree Date: Sat, 26 Mar 2011 16:34:33 +0800 Subject: [PATCH] test font style --- stylesheets/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/main.css b/stylesheets/main.css index f6f78de..9c5975b 100644 --- a/stylesheets/main.css +++ b/stylesheets/main.css @@ -1,9 +1,9 @@ html { - font-family: serif; + font-family: sans-serif; } html.hasFontSmoothing-true { - font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif; + /*font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;*/ } body {