Bonjour

j'utilise la police Gotham pour un site..

je la déclare comme ci-après..

Tout s'affiche parfaitement sur Chrome,IE, FF, mais sur Safari, impossible, ca me prend automatiquement la police par défaut que je lui ai indiqué.. c'est à dire Helvetica


Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
body,td,th {
   font-family: 'Gotham-Light', Helvetica, Verdana, sans-serif;
}
@font-face {
font-family: 'GL';
src: url('/GOTHAM/Gotham-Light.otf') format('truetype')
font-weight: normal;
}
.GL16N{
    font-family: "GL", Helvetica, Arial, sans-serif;
	font-size:16px;
text-align : left;
}
Quelqu'un à une solution à me proposer ou une piste à suivre

D'avance Merci

SebIV