font-style:不在chrome,Opera和Safari中工作

时间:2016-04-12 04:37:15

标签: css

在Chrome,Opera和Safari中无法使用字体样式。但是在Firefox和IE8中工作。什么是解决方案?

@font-face{
    font-family: 'TFC';
src: url('font/too_freakin_cute_demo-webfont.eot');
src: url('font/too_freakin_cute_demo-webfont.eot?#iefix') format('embedded-opentype'),
     url('font/too_freakin_cute_demo-webfont.woff2') format('woff2'),
     url('font/too_freakin_cute_demo-webfont.woff') format('woff'),
     url('font/too_freakin_cute_demo-webfont.ttf') format('truetype'),
     url('font/too_freakin_cute_demo-webfont.svg#too_freakin_cute_demoregular') format('svg');}

body p{
font-family: 'TFC';
font-style:oblique;}

0 个答案:

没有答案