CSS指定单独文字设置字体
h1 我爱&CSS
@font-face
font-family: Me
src: local('仿宋'), local('Microsoft YaHei UI')
unicode-range: U+6211
h1
font-family: Me, 黑体
alert('我'.charCodeAt().toString(16))
h1 我爱&CSS
@font-face
font-family: Me
src: local('仿宋'), local('Microsoft YaHei UI')
unicode-range: U+6211
h1
font-family: Me, 黑体
alert('我'.charCodeAt().toString(16))
632
270
1972

被折叠的 条评论
为什么被折叠?