Bonjour tout le monde!
Je suis débutante dans ce domaine et essaie de charger une font dans mon site.
J'ai mis la syntaxe suivantes dans le CSS :
@font-face {
font-family: 'bellotaregular';
src: url('font/Bellota-Regular-webfont.eot');
src: url('font/Bellota-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('font/Bellota-Regular-webfont.woff') format('woff'),
url('font/Bellota-Regular-webfont.ttf') format('truetype'),
url('font/Bellota-Regular-webfont.svg#bellotaregular') format('svg');
font-weight:normal;
font-style:normal;
font-variant:normal;
}
Dans Explorer et Chrome, cela fonctionne très bien.
Mais dans Firefox, la font n'est pas reconnue.
Quelqu'un pourrait me dire d'où vient le problème?
Merci pour votre aide.
Modifié par linette (24 Oct 2014 - 16:21)
Je suis débutante dans ce domaine et essaie de charger une font dans mon site.
J'ai mis la syntaxe suivantes dans le CSS :
@font-face {
font-family: 'bellotaregular';
src: url('font/Bellota-Regular-webfont.eot');
src: url('font/Bellota-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('font/Bellota-Regular-webfont.woff') format('woff'),
url('font/Bellota-Regular-webfont.ttf') format('truetype'),
url('font/Bellota-Regular-webfont.svg#bellotaregular') format('svg');
font-weight:normal;
font-style:normal;
font-variant:normal;
}
Dans Explorer et Chrome, cela fonctionne très bien.
Mais dans Firefox, la font n'est pas reconnue.
Quelqu'un pourrait me dire d'où vient le problème?
Merci pour votre aide.
Modifié par linette (24 Oct 2014 - 16:21)