This makes the fonts look more like the English version

This commit is contained in:
acli 2004-02-10 05:51:58 +00:00
parent d99d1d53f5
commit 3a7effdd6e

View file

@ -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;
}