/*
* Font Style Sheet
* HKHR 2013 / HKHR2013
* DS Nov/2013
*/

/* Icon Fonrs */
@font-face {
	font-family: 'icons';
	src:url('icomoon.eot');
	src:url('icomoon.eot?#iefix') format('embedded-opentype'),
		url('icomoon.ttf') format('truetype'),
		url('icomoon.woff') format('woff'),
		url('icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}