Files
grin-web-wallet/fonts/epic/epic.css
2024-12-20 18:08:44 -08:00

23 lines
564 B
CSS
Executable File

<?php
// Included files
require_once __DIR__ . "/../../backend/common.php";
require_once __DIR__ . "/../../backend/resources.php";
// Main function
// Set content type header
header("Content-Type: text/css; charset=" . mb_internal_encoding());
?>@charset "UTF-8";
@font-face {
font-family: "EPIC";
src: url("../.<?= escapeString(getResource("./fonts/epic/epic.woff2")); ?>") format("woff2"), url("../.<?= escapeString(getResource("./fonts/epic/epic.woff")); ?>") format("woff");
font-weight: normal;
font-style: normal;
font-display: block;
}