网页CSS常用中英文字体(预览)
本文发布于 12 年前, 内容可能已经过时或失效!
网页CSS常用中英文字体,windows平台下,(字体预览) ## Windows的中文字体: 黑体:SimHei 宋体:SimSun 新宋体:NSimSun 仿宋:FangSong 楷体:KaiTi 仿宋_GB2312:FangSong_GB2312 楷体_GB2312:KaiTi_GB2312 微软雅黑体:Microsoft YaHei ## **常用中英文字体(预览):** <div style="font-size: 16px;"> <p style="font-family: 'PmingLiu';">PmingLiu</p> <table style="width:400px;background:#f6f6f6;"> <tr> <td style="font-family: 'PmingLiu';"> <p>ABCDEFGHIJKLMNOPQRSTUVWXYZ</p> <p>abcdefghijklmnopqrstuvwxyz</p> <p>0123456789</p> </td> </tr> </table> <p style="font-family: 'Impact';">Impact</p> <table style="width:400px;background:#f6f6f6;"> <tr> <td style="font-family: 'Impact';"> <p>ABCDEFGHIJKLMNOPQRSTUVWXYZ</p> <p>abcdefghijklmnopqrstuvwxyz</p> <p>0123456789</p> </td> </tr> </table> <p style="font-family: 'Georgia';">Georgia</p> <table style="width:400px;background:#f6f6f6;"> <tr> <td style="font-family: 'Georgia';"> <p>ABCDEFGHIJKLMNOPQRSTUVWXYZ</p> <p>abcdefghijklmnopqrstuvwxyz</p> <p>0123456789</p> </td> </tr> </table> <p style="font-family: 'Tahoma';">Tahoma</p> <table style="width:400px;background:#f6f6f6;"> <tr> <td style="font-family: 'Tahoma';"> <p>ABCDEFGHIJKLMNOPQRSTUVWXYZ</p> <p>abcdefghijklmnopqrstuvwxyz</p> <p>0123456789</p> </td> </tr> </table> <p style="font-family: 'Arial';">Arial</p> <table style="width:400px;background:#f6f6f6;"> <tr> <td style="font-family: 'Arial';"> <p>ABCDEFGHIJKLMNOPQRSTUVWXYZ</p> <p>abcdefghijklmnopqrstuvwxyz</p> <p>0123456789</p> </td> </tr> </table> <p style="font-family: 'Century Gothic';">Century Gothic</p> <table style="width:400px;background:#f6f6f6;"> <tr> <td style="font-family: 'Century Gothic';"> <p>ABCDEFGHIJKLMNOPQRSTUVWXYZ</p> <p>abcdefghijklmnopqrstuvwxyz</p> <p>0123456789</p> </td> </tr> </table> <p style="font-family: 'Courier New';">Courier New</p> <table style="width:400px;background:#f6f6f6;"> <tr> <td style="font-family: 'Courier New';"> <p>ABCDEFGHIJKLMNOPQRSTUVWXYZ</p> <p>abcdefghijklmnopqrstuvwxyz</p> <p>0123456789</p> </td> </tr> </table> <p style="font-family: 'Times New Roman';">Times New Roman</p> <table style="width:400px;background:#f6f6f6;"> <tr> <td style="font-family: 'Times New Roman';"> <p>ABCDEFGHIJKLMNOPQRSTUVWXYZ</p> <p>abcdefghijklmnopqrstuvwxyz</p> <p>0123456789</p> </td> </tr> </table> <p style="font-family: 'Verdana';">Verdana</p> <table style="width:400px;background:#f6f6f6;"> <tr> <td style="font-family: 'Verdana';"> <p>ABCDEFGHIJKLMNOPQRSTUVWXYZ</p> <p>abcdefghijklmnopqrstuvwxyz</p> <p>0123456789</p> </td> </tr> </table> </div>