/* light */
	@font-face {
		font-family: 'fLight';
		src: url(../fonts/f1_light.woff) format('woff');
	}
	.fLight { font-family: 'fLight'; }
	
	@font-face {
		font-family: 'font_light';
		src: url(../fonts/f1_light.woff) format('woff');
	}
	.font_light { font-family: 'font_light'; }

/* normal */
	@font-face {
		font-family: 'fBook';
		src: url(../fonts/f1_regular.woff) format('woff');
	}
	.fBook { font-family: 'fBook'; }
	
	@font-face {
		font-family: 'font_normal';
		src: url(../fonts/f1_regular.woff) format('woff');
	}
	.font_normal { font-family: 'font_normal'; }

/* m1 */
	@font-face {
		font-family: 'fMedium';
		src: url(../fonts/f1_regular.woff) format('woff');
	}
	.fMedium { font-family: 'fMedium'; }

/* m2 */
	@font-face {
		font-family: 'fDemi';
		src: url(../fonts/f1_semibold.woff) format('woff');
	}
	.fDemi { font-family: 'fDemi'; }
	
	@font-face {
		font-family: 'font_semibold';
		src: url(../fonts/f1_semibold.woff) format('woff');
	}
	.font_semibold { font-family: 'font_semibold'; }

/* b1 */
	@font-face {
		font-family: 'fHeavy';
		src: url(../fonts/f1_semibold.woff) format('woff');
	}
	.fHeavy { font-family: 'fHeavy'; }

/* b2 */
	@font-face {
		font-family: 'fBold';
		src: url(../fonts/f1_bold.woff) format('woff');
	}
	.fBold { font-family: 'fBold'; }
	
	@font-face {
		font-family: 'font_bold';
		src: url(../fonts/f1_bold.woff) format('woff');
	}
	.font_bold { font-family: 'font_bold'; }

/* other */
	@font-face {
		font-family: 'gRegular';
		src: url(../fonts/gRegular.woff) format('woff');
	}
	.gRegular { font-family: 'gRegular'; }
	
	@font-face {
		font-family: 'gBold';
		src: url(../fonts/gBold.woff) format('woff');
	}
	.gBold { font-family: 'gBold'; }
	
	@font-face {
		font-family: 'mono';
		src: url(../fonts/mono_1.woff) format('woff');
	}
	.mono { font-family: 'mono'; }