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))