/*
Downloaded from hubertjocham.de on 2015/Mar/04.
Order No.: 1999
*/
/*
How to use:
the font files should reside in the same folder as this stylesheet.
if you move the font files or the stylesheet you will have to adjust the paths in the @font-face definition
e.g.:
font-family: '{}';
src: url('path/to/font/files/font-file.eot');
[ ... ]
*/
@font-face {
font-family: 'narziss-bold-drops';
src: url('narziss-bold-drops-webfont.eot');
src:	url('narziss-bold-drops-webfont.eot?#iefix') format('embedded-opentype'),
url('narziss-bold-drops-webfont.woff') format('woff'),
url('narziss-bold-drops-webfont.ttf') format('truetype'),
url('narziss-bold-drops-webfont.svg#narziss-bold-drops') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'PlutoCond';
src: url('PlutoCondLight.eot');
src:	url('PlutoCondLight.eot?#iefix') format('embedded-opentype'),
url('PlutoCondLight.woff') format('woff'),
url('PlutoCondLight.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}