Hmm. There's a problem that this new CSS is much smaller and
does not include all the styles that were there before. I
corrected the CSS to include more styles, but checked twice
that none of the new styles contains "font-family" statements.
Fixed in CVS.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=545103
It's possible in CSS to specify more than just one font, so
the browser can choose, in the order listed, which font it
can support. For example:
h1 {
font-family: arial, verdana, helvetica, japfnt;
}
Maybe adding a special Japanese font (at the end of the
list) will solve the problem.
Logged In: YES
user_id=915082
Would this new html+css set solve the problem ?
Please test...
new html and css for the tutorial, to test
Logged In: YES
user_id=915082
sorry, i uploaded the English version of the tutorial. Anyway, the CSS should fix
a few font problems...
Logged In: YES
user_id=488500
Hi JC, have you tested the CSS?
Logged In: YES
user_id=1545212
I checked new CSS with Windows XP-Ja.
It is OK.
thanks
Logged In: YES
user_id=488500
Thanks a lot, Yutaka.
I'll commit updates CSS soon
Logged In: YES
user_id=488500
Hmm. There's a problem that this new CSS is much smaller and
does not include all the styles that were there before. I
corrected the CSS to include more styles, but checked twice
that none of the new styles contains "font-family" statements.
Fixed in CVS.
Logged In: YES
user_id=488500
closing, recently released RC11 fixes this bug