Re: Failed to validate certain font family in CSS file

In latest edition blow support @charset;

http://qa-dev.w3.org:8001/css-validator/

I passed css below. My environment did not subbport GB18030.
So I use GB2312 instead.

@charset "GB2312";
body {font-family:"宋体-GB18030"; font-size:14px}
li {margin-bottom:14px}
code {font-size:14px}
input {font-size:12px; margin-top:10px; font-weight:bold}

                      高橋誠 TAKAHASHI Makoto

--------------------------------------
Power up the Internet with Yahoo! Toolbar.
http://pr.mail.yahoo.co.jp/toolbar/

Received on Wednesday, 10 June 2009 08:09:48 UTC