Font face, css ile ilişkilendirerek wordpress blogumun fontunu değiştirdim.
@font-face {
font-family: 'Yellowtail';
src: url('erdem/fonts/yellowtail-regular-webfont.eot');
src: url('erdem/fonts/yellowtail-regular-webfont.eot?#iefix') format('embedded-opentype'), url('erdem/fonts/yellowtail-regular-webfont.woff') format('woff'), url('erdem/fonts/yellowtail-regular-webfont.ttf') format("truetype");
font-weight: normal;
font-style: normal;
}
Yanlız, explorer'den baktığımda sorun yok font görünüyor. Fakat iş bu ki; mozilladan denediğim zaman ikinci atadığım font görünüyor. Çerezleri silip denedim. Aynı sorun devam ediyor.
Mozilla ve Chrome'da görünmesi için ayrı bir css mi yazmam lazım?