dans mon css, j'appel 3 police:
@font-face {
font-family: 'Pacifico';
src: url('../font/pacifico-webfont.eot');
src: url('../font/pacifico-webfont.eot?#iefix') format('embedded-opentype'), url('../font/pacifico-webfont.woff') format('woff'), url('../font/pacifico-webfont.ttf') format('truetype'), url('../font/pacifico-webfont.svg#NunitoRegular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'LeagueGothic';
src: url('../font/leaguegothic-regular-webfont.eot');
src: url('../font/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/leaguegothic-regular-webfont.woff') format('woff'), url('../font/leaguegothic-regular-webfont.ttf') format('truetype'), url('../font/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Daniel';
src: url('../font/daniel-webfont.eot');
src: url('../font/daniel-webfont.eot?#iefix') format('embedded-opentype'), url('../font/daniel-webfont.woff') format('woff'), url('../font/daniel-webfont.ttf') format('truetype'), url('../font/daniel-webfont.svg#NunitoRegular') format('svg');
font-weight: normal;
font-style: normal;
}
comme vous pouvez le voir, pour chaque font il existe plusieurs format seulement moi, je n'ai que les .svg, j'ai bien essayer sur différents site de téléchargement mis chaque fois, je ne trouve pas les formats que je recherches...Savez vous comment faire pour obtenir ces différents formats ?