/*!
 * Define own project Icons
 */

@font-face {
	font-family: 'ownIcons';
	src: url('fonts/siemer-icons.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/*
.fab {
	font-family: 'ownIcons' !important;
}
*/

/* Example of two further icons, which extend the font awesome light icons */

.fa-ttt-siemer-bestand:before {
	font-family: 'ownIcons' !important;
	content: "\e900";
}

