我的网站有一个问题,即字体没有首先加载我不知道为什么字体加载速度很慢我使用@fontface 字体查看http://www.yellowandred.in/newTest/jobs.php
问问题
194 次
2 回答
0
检查我认为它没有正确链接的字体的路径......
字体路径:-
http://www.yellowandred.in/newTest/fonts/Avenir%20LT%20input65%20Medium.ttf
http://www.yellowandred.in/newTest/fonts/Neutura%20Light_0.otf
我推荐使用字体生成器:-字体生成器
或使用谷歌网络字体
于 2012-06-25T10:37:33.370 回答
0
谢谢SaurabhLP字体面部生成器工作代码:-
@font-face {
font-family: 'UniversLTStd47CnLtBold';
src: url('../fonts/universltstd-boldcn_0-webfont.eot');
src: url('../fonts/universltstd-boldcn_0-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/universltstd-boldcn_0-webfont.woff') format('woff'),
url('../fonts/universltstd-boldcn_0-webfont.ttf') format('truetype'),
url('../fonts/universltstd-boldcn_0-webfont.svg#UniversLTStd47CnLtBold') format('svg');
font-weight: normal;
font-style: normal;
}
于 2012-06-26T04:19:32.100 回答