This makes the fonts look more like the English version
This commit is contained in:
parent
d99d1d53f5
commit
3a7effdd6e
1 changed files with 12 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue