@font-face {
	font-family: 'MyArialNarrow';
	src: url("fonts/Arial Narrow.ttf") format("truetype");
}
@font-face {
	font-family: 'MyArialNarrowBold';
	src: url("fonts/Arial Narrow Bold.ttf") format("truetype");
	font-weight: bold;
}
@font-face {
	font-family: 'MyArialNarrowItalic';
	src: url("fonts/Arial Narrow Italic.ttf") format("truetype");
	font-style: italic;
}

@font-face {
	font-family: 'Music';
	src: 	url("fonts/typemymusic-webfont.woff2") format("woff2"),
				url("fonts/typemymusic-webfont.woff") format("woff");
}