2013-07-12 19 views
0

因此,一切都很好,直到我壓縮CSS爲止。CSS壓縮不會顯示@ font-face

@font-face { 
font-family: 'modern_pictogramsnormal'; 
src: url('modernpics-webfont.eot'); 
src: url('modernpics-webfont.eot?#iefix') format('embedded-opentype'), 
    url('modernpics-webfont.woff') format('woff'), 
    url('modernpics-webfont.ttf') format('truetype'), 
    url('modernpics-webfont.svg#modern_pictogramsnormal') format('svg'); 
font-weight: normal; 
font-style: normal; 
} 

我錯過了什麼嗎?我需要用Apache或htaccess做些什麼嗎?

回答