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

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