2011-01-07 192 views

回答

2

他們正在使用@ fontface,這是實際的CSS從http://www.habitat.co.uk/

@font-face{ 
    font-family:'DINHabitatBold'; 
    src:url('dinhabbd-webfont.eot'); 
    src:local('?'),url('dinhabbd-webfont.woff') format('woff'),url('dinhabbd-webfont.ttf') format('truetype'),url('dinhabbd-webfont.svg#webfontuqLLqO9I') format('svg'); 
    font-weight:normal; 
    font-style:normal; 
} 
+0

看起來他們正在使用的Cufón和@ fontface的組合,或者也許他們忘了刪除fontface風格。 – Christophe