我有一个名为' Viner Hand ITC'我把所有格式都放在我的根中,并带有一个名为' font'的子文件夹。但它不起作用。
看看这个。
@font-face {
font-family: "Viner Hand ITC";
src: url('font/435028077-27990.eot');
src: url('font/435028077-27990.eot?#iefix') format('embedded-opentype'),
url('font/435028077-27990.svg#Viner Hand ITC') format('svg'),
url('font/435028077-27990.woff') format('woff'),
url('font/435028077-27990.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
body {
background : #000!important;
color: #fff;
text-align: justify;
font-family: "Viner Hand ITC"!important;
direction: ltr;
}
但是当我打开我的页面时,它总是使用默认字体..
答案 0 :(得分:0)
在许多浏览器中不支持src属性的font-family。检查您的浏览器。