@font-face{
    font-family: 'text-english';
    src: url('Margarine.woff');
}

@font-face{
    font-family: 'text-chinese';
    src: url('SimHei.woff');
}

.text-eng p {
	font-family: 'text-english';
}
.text-eng ul {
	font-family: 'text-english';
}
.text-zho p {
	font-family: 'text-chinese';
}
.text-zho ul {
	font-family: 'text-chinese';
}
