Mark Tranchant <mtranch2 (AT) ford (DOT) com> wrote
Quote:
Not sure how "correct" this is, but it works in Mozilla:
h1 {
font-weight: normal;
font-family: "Arial Black", "Arial Bold";
}
Don't know whether that can be applied to your Chinese font problem.
Thank you Mark, it works because there is a "Arial Bold" font file in
|
mt Windows system, when I removed
both "Arial Black" and "Arial Bold", only leaving "Arial" in my font
folder, h1 is displayed as normal default
font.
There is Not Chinese "MS Song Bold" font, so it does not work for
Chinese.
The problem is using *bold "MS Song"* (not "MS Song Bold") generates
lots artifacts in the display. I
realise this is not a CSS problem, this is a browser technique
problem. I have heard "Smooth edges of
screen fonts" function in some of MS Windows version (Plus! add-on)
and it is default setting in Windows
XP (I don't have WinXP, so not sure this).
I will leave it, wait for new technologies for Chinese font render. I
think the "correct" way to bolden h1 or
any other tags is to set
font-weight: bold;
how it is displayed on screen is browser and users business.
That also explain why so many Chinese web sites use img or coloured
normal font for headings (which is
not very well accessible).
I did learn something, thank you.