7 lines
No EOL
205 B
PHP
7 lines
No EOL
205 B
PHP
<?php
|
|
// fonts.php
|
|
header('Access-Control-Allow-Origin: *');
|
|
//header('Content-Type: application/font-woff2');
|
|
header('Content-Type: font/woff2');
|
|
echo @file_get_contents('webfonts/fa-light-300.woff2');
|
|
?>
|