From 3a7effdd6e1af4e6c44b07ee112fdeb0b9e34c95 Mon Sep 17 00:00:00 2001 From: acli Date: Tue, 10 Feb 2004 05:51:58 +0000 Subject: [PATCH] This makes the fonts look more like the English version --- .../default/zh-TW/includes/common-style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/default/zh-TW/includes/common-style.css b/koha-tmpl/intranet-tmpl/default/zh-TW/includes/common-style.css index 33f3139cba..dd5ee12ebb 100644 --- a/koha-tmpl/intranet-tmpl/default/zh-TW/includes/common-style.css +++ b/koha-tmpl/intranet-tmpl/default/zh-TW/includes/common-style.css @@ -196,3 +196,15 @@ td.about a:hover { text-decoration: normal; font-weight: bold; } + +/* Chinese-specific stuff below */ +*[lang=en], *[lang=fr], *[lang=de], *[lang=it], +*[lang=mi], *[lang=nl], *[lang=pl], +*.en { + font-family: Helvetica, Arial, sans-serif; +} + +body { + font-family: "Apple LiGothic Medium", "SimHei", "MS Gothic", "MS Hei", sans-serif; +} + -- 2.20.1