@font-face{
	font-family: apple-regular;
	src: url('apple.ttf');
}
@font-face{
	font-family: apple-thin;
	src: url('apple.ttf');
	font-weight: 100;
}
@font-face{
	font-family: apple-medium;
	src: url('apple.ttf');
	font-weight: 200;
}
@font-face{
	font-family: apple-bold;
	src: url('apple.ttf');
	font-weight: 800;
}

@font-face{
	font-family: apple-italic-regular;
	src: url('apple-i.ttf');
}
@font-face{
	font-family: apple-italic-thin;
	src: url('apple-i.ttf');
	font-weight: 100;
}
@font-face{
	font-family: apple-italic-bold;
	src: url('apple-i.ttf');
	font-weight: 200;
}