blob: 9461235e8e48abebdf92da9a6e5f5f644549ca20 [file] [log] [blame]
<?php
header("Content-Type: font/woff2");
header("Access-Control-Allow-Origin: *");
if ($_SERVER['HTTP_REFERER'] != '') {
$font = 'montez.woff2';
} else {
$font = 'opensans.woff2';
}
echo file_get_contents($font);
?>