cwTeX - 五款免費中文網頁字型
五款免費的網頁用中文字型 (黑體, 仿宋體, 楷體, 明體, 圓體)
- 黑體 cwTeXHei
Link
@import url(//fonts.googleapis.com/earlyaccess/cwtexhei.css);
Example
font-family: 'cwTeXHei', sans-serif; - 仿宋體 cwTeXFangSong
Link
@import url(//fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
Example
font-family: 'cwTeXFangSong', serif; - 楷體 cwTeXKai
Link
@import url(//fonts.googleapis.com/earlyaccess/cwtexkai.css);
Example
font-family: 'cwTeXKai', serif; - 明體 cwTeXMing
Link
@import url(//fonts.googleapis.com/earlyaccess/cwtexming.css);
Example
font-family: 'cwTeXMing', serif; - 圓體 cwTeXYen
Link
@import url(//fonts.googleapis.com/earlyaccess/cwtexyen.css);
Example
font-family: 'cwTeXYen', sans-serif;
留言