/**
 * BTZ 2011
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2011 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage font definitions
 * @author     gueldner
 * @since      20.07.2011
 * @version    $Id$
 **/

@font-face {
    font-family: 'DesyrelRegular';
    src: url('/portal/lib/fonts/desyrel-webfont.eot');
    src: url('/portal/lib/fonts/desyrel-webfont.eot?#iefix') format('embedded-opentype'),
         url('/portal/lib/fonts/desyrel-webfont.woff') format('woff'),
         url('/portal/lib/fonts/desyrel-webfont.ttf') format('truetype'),
         url('/portal/lib/fonts/desyrel-webfont.svg#DesyrelRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ArialNarrow';
    src: url('/portal/lib/fonts/arialn-webfont.eot');
    src: url('/portal/lib/fonts/arialn-webfont.eot?#iefix') format('embedded-opentype'),
         url('/portal/lib/fonts/arialn-webfont.woff') format('woff'),
         url('/portal/lib/fonts/arialn-webfont.ttf') format('truetype'),
         url('/portal/lib/fonts/arialn-webfont.svg#ArialNarrow') format('svg');
    font-weight: normal;
    font-style: normal;

}