2023-02-28 18:21:07 +00:00
|
|
|
<?php
|
|
|
|
|
// fonts.php
|
2023-03-03 16:56:30 +00:00
|
|
|
header('Access-Control-Allow-Origin: https://www.seasteading.org');
|
2023-02-28 18:21:07 +00:00
|
|
|
header('Content-Type: font/woff');
|
|
|
|
|
echo @file_get_contents('webfonts/fa-light-300.woff');
|
|
|
|
|
?>
|