2012-06-25 27 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; 

}