Usar @font-face
Hola a todos bueno estoy personalizando mi foro mybb y quiero usar -face,pero ya he intendado de todo, poniendo en el global.css,importando o poniend...

Hola a todos bueno estoy personalizando mi foro mybb y quiero usar @font-face,pero ya he intendado de todo, poniendo en el global.css,importando o poniendo esto en el headerinclude:
Código:
<style type="text/css">
@font-face {
    font-family: 'ARDESTINERegular';
    src: url('{$mybb->settings['bburl']}/font/ardestine-webfont.eot');
    src: url('{$mybb->settings['bburl']}/font/ardestine-webfont.eot?#iefix') format('embedded-opentype'),
         url('{$mybb->settings['bburl']}/font/ardestine-webfont.woff') format('woff'),
         url('{$mybb->settings['bburl']}/font/ardestine-webfont.ttf') format('truetype'),
         url('{$mybb->settings['bburl']}/font/ardestine-webfont.svg#ARDESTINERegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ARDESTINERegular';
    src: url('{$mybb->settings['bburl']}/font/ardestine-webfont.eot');
    src: url('{$mybb->settings['bburl']}/font/ardestine-webfont.eot?#iefix') format('embedded-opentype'),
         url('{$mybb->settings['bburl']}/font/ardestine-webfont.woff') format('woff'),
         url('{$mybb->settings['bburl']}/font/ardestine-webfont.ttf') format('truetype'),
         url('{$mybb->settings['bburl']}/font/ardestine-webfont.svg#ARDESTINERegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CircleDRegular';
    src: url('{$mybb->settings['bburl']}/font/circled-webfont.eot');
    src: url('{$mybb->settings['bburl']}/font/circled-webfont.eot?#iefix') format('embedded-opentype'),
         url('{$mybb->settings['bburl']}/font/circled-webfont.woff') format('woff'),
         url('{$mybb->settings['bburl']}/font/circled-webfont.ttf') format('truetype'),
         url('{$mybb->settings['bburl']}/font/circled-webfont.svg#CircleDRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DevilBreezeBold';
    src: url('{$mybb->settings['bburl']}/font/devil_breeze_bold-webfont.eot');
    src: url('{$mybb->settings['bburl']}/font/devil_breeze_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('{$mybb->settings['bburl']}/font/devil_breeze_bold-webfont.woff') format('woff'),
         url('{$mybb->settings['bburl']}/font/devil_breeze_bold-webfont.ttf') format('truetype'),
         url('{$mybb->settings['bburl']}/font/devil_breeze_bold-webfont.svg#DevilBreezeBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
</style>
y no hay modo en que funcione alguien sabe como podria usar @font-face