@font-face {
	font-family: 'Cantarell';
	src: url('regular.eot');
	src: url('regular.eot') format('embedded-opentype'),
	     url('regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Cantarell';
	font-weight: bold;
    src: url('bold.eot');
	src: url('bold.eot') format('embedded-opentype'),
	     url('bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Cantarell';
	font-style: italic;
	src: url('italic.eot');
	src: url('italic.eot') format('embedded-opentype'),
	     url('italic.ttf') format('truetype');
}

@font-face {
	font-family: 'Cantarell';
	font-weight: bold;
	font-style: italic;
	src: url('bolditalic.eot');
	src: url('bolditalic.eot') format('embedded-opentype'),
	     url('bolditalic.ttf') format('truetype');
}