
@font-face {
	font-family: 'Budhand';
	src: url('../font/budhand.eot');
    src: local('invalid-name-for-a-font-so-ie-doesnt-end-the-world'),
		url('../font/budhand.ttf') format('truetype');
	font-weight: 400;
}

@font-face {
	font-family: 'Budhand';
	src: url('../font/budhand-bold.eot');
    src: local('invalid-name-for-a-font-so-ie-doesnt-end-the-world2'),
		url('../font/budhand-bold.ttf') format('truetype');
	font-weight: 700;
}

@font-face {
	font-family: 'Arial Rounded';
	src: url('../font/arial-rounded.eot');
    src: local('invalid-name-for-a-font-so-ie-doesnt-end-the-world3'),
		url('../font/arial-rounded.ttf') format('truetype');
}

