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:
34
fonts/font_awesome/Font Awesome license.txt
Executable file
34
fonts/font_awesome/Font Awesome license.txt
Executable file
@@ -0,0 +1,34 @@
|
||||
Font Awesome Free License
|
||||
-------------------------
|
||||
|
||||
Font Awesome Free is free, open source, and GPL friendly. You can use it for
|
||||
commercial projects, open source projects, or really almost whatever you want.
|
||||
Full Font Awesome Free license: https://fontawesome.com/license/free.
|
||||
|
||||
# Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/)
|
||||
In the Font Awesome Free download, the CC BY 4.0 license applies to all icons
|
||||
packaged as SVG and JS file types.
|
||||
|
||||
# Fonts: SIL OFL 1.1 License (https://scripts.sil.org/OFL)
|
||||
In the Font Awesome Free download, the SIL OFL license applies to all icons
|
||||
packaged as web and desktop font files.
|
||||
|
||||
# Code: MIT License (https://opensource.org/licenses/MIT)
|
||||
In the Font Awesome Free download, the MIT license applies to all non-font and
|
||||
non-icon files.
|
||||
|
||||
# Attribution
|
||||
Attribution is required by MIT, SIL OFL, and CC BY licenses. Downloaded Font
|
||||
Awesome Free files already contain embedded comments with sufficient
|
||||
attribution, so you shouldn't need to do anything additional when using these
|
||||
files normally.
|
||||
|
||||
We've kept attribution comments terse, so we ask that you do not actively work
|
||||
to remove them from files, especially code. They're a great way for folks to
|
||||
learn about Font Awesome.
|
||||
|
||||
# Brand Icons
|
||||
All brand icons are trademarks of their respective owners. The use of these
|
||||
trademarks does not indicate endorsement of the trademark holder by Font
|
||||
Awesome, nor vice versa. **Please do not use brand logos for any purpose except
|
||||
to represent the company, product, or service to which they refer.**
|
BIN
fonts/font_awesome/font_awesome-5.15.4.woff
Executable file
BIN
fonts/font_awesome/font_awesome-5.15.4.woff
Executable file
Binary file not shown.
BIN
fonts/font_awesome/font_awesome-5.15.4.woff2
Executable file
BIN
fonts/font_awesome/font_awesome-5.15.4.woff2
Executable file
Binary file not shown.
30
fonts/font_awesome/font_awesome.css
Executable file
30
fonts/font_awesome/font_awesome.css
Executable file
@@ -0,0 +1,30 @@
|
||||
<?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: "Font Awesome";
|
||||
src: url("../.<?= escapeString(getResource("./fonts/font_awesome/font_awesome-5.15.4.woff2")); ?>") format("woff2"), url("../.<?= escapeString(getResource("./fonts/font_awesome/font_awesome-5.15.4.woff")); ?>") format("woff");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: block;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Font Awesome";
|
||||
src: url("../.<?= escapeString(getResource("./fonts/font_awesome/font_awesome_solid-5.15.4.woff2")); ?>") format("woff2"), url("../.<?= escapeString(getResource("./fonts/font_awesome/font_awesome_solid-5.15.4.woff")); ?>") format("woff");
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-display: block;
|
||||
}
|
BIN
fonts/font_awesome/font_awesome_solid-5.15.4.woff
Executable file
BIN
fonts/font_awesome/font_awesome_solid-5.15.4.woff
Executable file
Binary file not shown.
BIN
fonts/font_awesome/font_awesome_solid-5.15.4.woff2
Executable file
BIN
fonts/font_awesome/font_awesome_solid-5.15.4.woff2
Executable file
Binary file not shown.
Reference in New Issue
Block a user