
/** Medium **/
@font-face {
	font-family: 'Conv_NeutraCond-Medium';
	src: url('../fonts/NeutraCond-Medium.eot');
	src: local('’ò†'), url('../fonts/NeutraCond-Medium.woff') format('woff'), url('../fonts/NeutraCond-Medium.ttf') format('truetype'), url('../fonts/NeutraCond-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.demo {
	font-family:'Conv_NeutraCond-Medium', Sans-Serif;
	width:800px;
	margin:10px auto;
	text-align:left;
	border:1px solid #666;
	padding:10px;
}/** Light **/

@font-face {
	font-family: 'Conv_NeutraCond-Light';
	src: url('../fonts/NeutraCond-Light.eot');
	src: local('’ò†'), url('../fonts/NeutraCond-Light.woff') format('woff'), url('../fonts/NeutraCond-Light.ttf') format('truetype'), url('../fonts/NeutraCond-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.demo2 {
	font-family:'Conv_NeutraCond-Light', Sans-Serif;
	width:800px;
	margin:10px auto;
	text-align:left;
	border:1px solid #666;
	padding:10px;
}/** Thin **/

@font-face {
	font-family: 'Conv_NeutraDisplay-Thin';
	src: url('../fonts/NeutraDisplay-Thin.eot');
	src: local('’ò†'), url('../fonts/NeutraDisplay-Thin.woff') format('woff'), url('../fonts/NeutraDisplay-Thin.ttf') format('truetype'), url('../fonts/NeutraDisplay-Thin.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.demo3 {
	font-family:'Conv_NeutraDisplay-Thin', Sans-Serif;
	width:800px;
	margin:10px auto;
	text-align:left;
	border:1px solid #666;
	padding:10px;
}
