Bonjour,
Je cherche à mettre une police spéciale sur mon site, téléchargée sur http://www.fontsquirrel.com/ dans tous les différents formats. Mais je ne comprends pas pourquoi ça ne marche pas. Si quelqu'un pouvait m'aider..
Mon code dans mon css :
@font-face {
font-family: 'ostrich-light';
src: url('ostrich-light-webfont.eot');
src: url('ostrich-light-webfont.eot?#iefix') format('embedded-opentype'),
url('ostrich-light-webfont.woff') format('woff'),
url('ostrich-light-webfont.ttf') format('truetype'),
url('ostrich-light-webfont.svg#sansationbold') format('svg');
}
h1
{
font-family: 'ostrich-light';
}
Je cherche à mettre une police spéciale sur mon site, téléchargée sur http://www.fontsquirrel.com/ dans tous les différents formats. Mais je ne comprends pas pourquoi ça ne marche pas. Si quelqu'un pouvait m'aider..
Mon code dans mon css :
@font-face {
font-family: 'ostrich-light';
src: url('ostrich-light-webfont.eot');
src: url('ostrich-light-webfont.eot?#iefix') format('embedded-opentype'),
url('ostrich-light-webfont.woff') format('woff'),
url('ostrich-light-webfont.ttf') format('truetype'),
url('ostrich-light-webfont.svg#sansationbold') format('svg');
}
h1
{
font-family: 'ostrich-light';
}