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

6 lines
151 B
PHP
Raw Normal View History

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