/*
@font-face {	
font-family: 'Aller';
src: url('../fonts/Aller_Rg.ttf');
}

@font-face {	
font-family: 'Aller Bold';
src: url('../fonts/Aller_Bd.ttf');
}

@font-face {	
font-family: 'AllerDisplay';
src: url('../fonts/AllerDisplay.ttf');
}

*/

@font-face {	
font-family: 'Aller';
src: url('../fonts/Aller_Rg.woff2') format('woff2'),
	 url('../fonts/Aller_Rg.woff') format('woff');
}

@font-face {	
font-family: 'Aller Bold';
src: url('../fonts/Aller_Bd.woff2') format('woff2'),
	 url('../fonts/Aller_Bd.woff') format('woff');
}

@font-face {	
font-family: 'AllerDisplay';
src: url('../fonts/AllerDisplay_Rg.woff2') format('woff2'),
	 url('../fonts/AllerDisplay_Rg.woff') format('woff');
}
