这是我的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和
字体和
....
字体包含以下内容:screen
最佳答案
试试看url('/ font / dax-regular.ttf')
关于css - CSS自定义字体不起作用,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/14643864/