deaddale
10/8/2015 - 6:20 AM

Font-face empty template

Font-face empty template

// FONT FACE : begin
@font-face {
	font-family:'';
	src: url('../../fonts/');
	src: url('../../fonts/') format('embedded-opentype'),
		url('../../fonts/') format('woff'),
		url('../../fonts/') format('truetype'),
		url('../../fonts/') format('opentype'),
		url('../../fonts/') format('svg');
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-E000;
}
// FONT FACE : end