2012-06-25 26 views

回答

0

检查字体的路径很慢我认为它无法正确链接...

字体路径: -

http://www.yellowandred.in/newTest/fonts/Avenir%20LT%20input65%20Medium.ttf

http://www.yellowandred.in/newTest/fonts/Neutura%20Light_0.otf

我建议使用字型发生器: - Font Face Generator

或使用Google Web Fonts

+0

No SaurabhLP其工作正常的链接: - yellowandred.in/newTest/fonts/Neutura%20Regular_0.otf –

+0

但您提供的网站正在向该链接发送信号,在打开萤火虫时检查网站。 .. – SaurabhLP

+0

谢谢你的工作 –

0

谢谢SaurabhLP字体面对发电机工作 CODE: -


@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; 

}