/* SVN FILE: $Id: font-face.css 1016 2013-01-16 08:47:22Z Mercier $ */
/**
 * @lastChangedBy       $LastChangedBy: Mercier $
 * @copyright           ARZA STUDIO
 * @version             $Revision: 1016 $
 * @date                $Date: 2013-01-16 09:47:22 +0100 (Mer 16 jan 2013) $
 * @license             LICENSE.TXT
 * @filesource          $URL: https://svn.arza-studio.com/engine/branches/1.4/assets/admin/css/fonts/font-face.css $
 * @desc            CSS for the admin interface font-face
 */

@font-face {
    font-family: 'DINRegular';
    src: url('../../fonts/din-regular-webfont.eot');
    src: url('../../fonts/din-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/din-regular-webfont.woff') format('woff'),
         url('../../fonts/din-regular-webfont.ttf') format('truetype'),
         url('../../fonts/din-regular-webfont.svg#DINRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
 
@font-face {
    font-family: 'DINMedium';
    src: url('../../fonts/font_medium-webfont.eot');
    src: url('../../fonts/font_medium-webfont.eot?#iefix') format('eot'),
         url('../../fonts/font_medium-webfont.woff') format('woff'),
         url('../../fonts/font_medium-webfont.ttf') format('truetype'),
         url('../../fonts/font_medium-webfont.svg#webfontfKQ6DzDC') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINBold';
    src: url('../../fonts/font_bold-webfont.eot');
    src: url('../../fonts/font_bold-webfont.eot?#iefix') format('eot'),
         url('../../fonts/font_bold-webfont.woff') format('woff'),
         url('../../fonts/font_bold-webfont.ttf') format('truetype'),
         url('../../fonts/font_bold-webfont.svg#webfontFs0gL40g') format('svg');
    font-weight: normal;
    font-style: normal;
}