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

23 lines
559 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: "ETH";
src: url("../.<?= escapeString(getResource("./fonts/eth/eth.woff2")); ?>") format("woff2"), url("../.<?= escapeString(getResource("./fonts/eth/eth.woff")); ?>") format("woff");
font-weight: normal;
font-style: normal;
font-display: block;
}