PHP使用@ font-face更改字体

时间:2015-05-27 06:45:18

标签: php fonts

我的cpanel中有一个代码,字体文件在我的cpanel文件夹中

我的css代码

@font-face {
    font-family: 'AA';
    src:url('link.tff');
}

我尝试打开浏览器并键入" link.tff",字体弹出为下载..但我尝试使用此字体,字体不更改

我的PHP代码

.nav a {
    height: 3em;
    font-family: 'AA';
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
}

如何做到对不对?

0 个答案:

没有答案