@font-face {
	font-family: 'testfont';
	src:url('/sites/all/modules/custom/doc_font_check/includes/font.php?type=eot');
	src:url('/sites/all/modules/custom/doc_font_check/includes/font.php?type=eot?#iefix') format('embedded-opentype'),
		url('/sites/all/modules/custom/doc_font_check/includes/font.php?type=woff') format('woff'),
		url('/sites/all/modules/custom/doc_font_check/includes/font.php?type=ttf') format('truetype'),
		url('/sites/all/modules/custom/doc_font_check/includes/font.php?type=svg#testfont') format('svg');
}

/* Make the test invisible
// If we hide it, the browser won't bother loading the test font 
// If we remove it, the script won't see it after the page is loaded */

.test-font {
    border: 0;
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
    clip: rect(1px 1px 1px 1px); // IE6 and IE7 use the wrong syntax
    clip: rect(1px, 1px, 1px, 1px);
}