mirror of
https://github.com/transatoshi-mw/grin-web-wallet.git
synced 2025-10-07 00:02:47 +00:00
contents of zip
This commit is contained in:
22
fonts/mwc/mwc.css
Executable file
22
fonts/mwc/mwc.css
Executable file
@@ -0,0 +1,22 @@
|
||||
<?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: "MWC";
|
||||
src: url("../.<?= escapeString(getResource("./fonts/mwc/mwc.woff2")); ?>") format("woff2"), url("../.<?= escapeString(getResource("./fonts/mwc/mwc.woff")); ?>") format("woff");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: block;
|
||||
}
|
BIN
fonts/mwc/mwc.woff
Executable file
BIN
fonts/mwc/mwc.woff
Executable file
Binary file not shown.
BIN
fonts/mwc/mwc.woff2
Executable file
BIN
fonts/mwc/mwc.woff2
Executable file
Binary file not shown.
Reference in New Issue
Block a user