sf-static/voltoday/fontawesome/light-woff2.php

7 lines
231 B
PHP
Raw Permalink Normal View History

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