CSS3 @font-face嵌入字体为什么只有数字英文改变,中文字不变
css3吧
全部回复
仅看楼主
level 1
大葱大葱 楼主
@font-face {
font-family: 'stcaiyun-webfont';
src: url('fonts/stcaiyun-webfont.eot');
src: url('fonts/stcaiyun-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/stcaiyun-webfont.woff') format('woff'),
url('fonts/stcaiyun-webfont.ttf') format('truetype'),
url('fonts/stcaiyun-webfont.svg#_-webfont') format('svg');
font-weight:normal;
font-style:normal;
}
.p1{
font-family:'stcaiyun-webfont','stcaiyun-webfont';
}
试了好几种字体都是这样
2016年01月09日 03点01分 1
level 9
你的这个字体是不是英文或者数字的字体啊!在ps里面试试!
2016年03月13日 13点03分 2
level 1
有的字体是没有中文的。。。
2016年04月19日 01点04分 10
level 11
路过
2016年04月19日 23点04分 11
1