css自定义字体不起作用

时间:2013-02-01 10:07:17

标签: css font-face

这是我的CSS的开头

@charset "utf-8";

@font-face {
    font-family: 'dax';
    src: url('font/Dax.eot');
src: url('font/Dax.eot?#iefix') format('embedded-opentype'), 
     url('font/Dax.woff') format('woff'), 
         url('font/dax-regular.ttf') format('truetype'), 
             url('font/Dax.svg') format('svg');
    font-weight: 300;
}

html, body {
font-family: "dax", Arial, serif;
....

这是我的字体文件,这是我的网站文件夹的层次结构 root包含:   index.html和   字体和   ....

字体包含:screen

1 个答案:

答案 0 :(得分:1)

尝试url('/ font / dax-regular.ttf')