1

这是我的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;
....

这是我的字体文件,这是我的站点文件夹根目录的层次结构包含:index.html 和字体和....

字体包含:屏幕

4

1 回答 1

1

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

于 2013-02-01T10:17:35.060 回答