@ Font-Face无法在codeigniter中工作

时间:2014-07-25 01:56:50

标签: php css codeigniter fonts

我很困惑为什么我在css中的代码不起作用。 我正在为这个项目使用codeigniter。

我有一个名为' 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;
}

但是当我打开我的页面时,它总是使用默认字体..

1 个答案:

答案 0 :(得分:0)

在许多浏览器中不支持src属性的font-family。检查您的浏览器。