/* Technetium PHP Framework version 2.9
   Author: Tony Leung
   E-mail: info@technetium.info */

@charset "utf-8";

/* Noto Sans HK */
@font-face {
	font-family:'Noto Sans HK';
	font-weight:100;
	src:url('../../fonts/NotoSansHK-Thin.otf') format('opentype');
}
@font-face {
	font-family:'Noto Sans HK';
	font-weight:300;
	src:url('../../fonts/NotoSansHK-Light.otf') format('opentype');
}
@font-face {
	font-family:'Noto Sans HK';
	font-weight:400;
	src:url('../../fonts/NotoSansHK-Regular.otf') format('opentype');
}
@font-face {
	font-family:'Noto Sans HK';
	font-weight:500;
	src:url('../../fonts/NotoSansHK-Medium.otf') format('opentype');
}
@font-face {
	font-family:'Noto Sans HK';
	font-weight:700;
	src:url('../../fonts/NotoSansHK-Bold.otf') format('opentype');
}
@font-face {
	font-family:'Noto Sans HK';
	font-weight:900;
	src:url('../../fonts/NotoSansHK-Black.otf') format('opentype');
}
