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

6 lines
179 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: font/woff');
echo @file_get_contents('webfonts/fa-light-300.woff');
?>