<span style=font-size:9pt;>中文Abc</span>
<span style=font-size:12px;>中文Abc</span>

解决方案 »

  1.   

    body { font-family: "宋体"; font-size: 9pt; color: #FFFFFF} td { font-family: "宋体"; font-size: 9pt; color: #FFFFFF} a { font-family: "宋体"; font-size: 10pt; color: #666699; text-decoration: none} a:hover { font-family: "宋体"; font-size: 10pt; color: #3366CC; text-decoration: underline} .banzuCopy { font-family: "宋体"; font-size: 12px; font-style: normal; height: auto; width: auto; clip: rect( ); border-top-width: auto; border-right-width: auto; border-bottom-width: auto; border-left-width: auto } .ttime { font-size: 9px; color: #3366CC}
      

  2.   

    你这样只是定义了在BODY的字体,只有对<body></body>标签中没有用任何标签的字符有效!
      

  3.   

    其实你在HEAD区里加上一句代码就全部搞定了.
    <style>*{font-size: 12px; font-family: 宋体; }