Bonjour,
Voila j'utilise @font-face pour la police Gotham-Book, pour faire le test je l'ai désinstaller de mon pc pour voir si cela fonctionnait bien (FF, Chrome ça marche). Par contre sur IE ça ne fonctionne pas du tout. J'ai eu beau lire pas mal de forum sur la déclaration @font-face pour IE , mais rien n'y fait . Voila ma déclaration css
@font-face {
font-family: 'Gotham Book';
src: url('fonts/Gotham-Book.eot'); /* IE9 Compatibility Modes */
src : url('fonts/Gotham-Book.otf') format('otf'), /* MAc Compatibility Modes */
url('fonts/Gotham-Book.woff') format('woff'), /* Modern Browsers */
url('fonts/Gotham-Book.ttf') format('truetype'), /* Safari, Android, iOS */
url('fonts/Gotham-Book.svg#svgGotham-Book') format('svg'); /* Legacy iOS */
}
et maintenant
#monobjet a { font-family: 'Gotham Book'; font-weight: normal; color: #ffffff;}
Merci de votre aide.
Voila j'utilise @font-face pour la police Gotham-Book, pour faire le test je l'ai désinstaller de mon pc pour voir si cela fonctionnait bien (FF, Chrome ça marche). Par contre sur IE ça ne fonctionne pas du tout. J'ai eu beau lire pas mal de forum sur la déclaration @font-face pour IE , mais rien n'y fait . Voila ma déclaration css
@font-face {
font-family: 'Gotham Book';
src: url('fonts/Gotham-Book.eot'); /* IE9 Compatibility Modes */
src : url('fonts/Gotham-Book.otf') format('otf'), /* MAc Compatibility Modes */
url('fonts/Gotham-Book.woff') format('woff'), /* Modern Browsers */
url('fonts/Gotham-Book.ttf') format('truetype'), /* Safari, Android, iOS */
url('fonts/Gotham-Book.svg#svgGotham-Book') format('svg'); /* Legacy iOS */
}
et maintenant
#monobjet a { font-family: 'Gotham Book'; font-weight: normal; color: #ffffff;}
Merci de votre aide.