From e904d5a38244851044cb74f7066c61887a03885a Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Wed, 8 Apr 2026 14:24:40 +0200 Subject: Added the Argon Glow font --- src/Style/fonts/argonGlow/ArgonGlow-Bold.otf | Bin 0 -> 25428 bytes src/Style/fonts/argonGlow/ArgonGlow-Bold.ttf | Bin 0 -> 34560 bytes src/Style/fonts/argonGlow/ArgonGlow-Bold.woff | Bin 0 -> 17540 bytes src/Style/fonts/argonGlow/ArgonGlow-Bold.woff2 | Bin 0 -> 16220 bytes src/Style/fonts/argonGlow/ArgonGlow-ExtraLight.otf | Bin 0 -> 23644 bytes src/Style/fonts/argonGlow/ArgonGlow-ExtraLight.ttf | Bin 0 -> 34848 bytes .../fonts/argonGlow/ArgonGlow-ExtraLight.woff | Bin 0 -> 15836 bytes .../fonts/argonGlow/ArgonGlow-ExtraLight.woff2 | Bin 0 -> 14564 bytes src/Style/fonts/argonGlow/ArgonGlow-Light.otf | Bin 0 -> 24184 bytes src/Style/fonts/argonGlow/ArgonGlow-Light.ttf | Bin 0 -> 34772 bytes src/Style/fonts/argonGlow/ArgonGlow-Light.woff | Bin 0 -> 15828 bytes src/Style/fonts/argonGlow/ArgonGlow-Light.woff2 | Bin 0 -> 14748 bytes src/Style/fonts/argonGlow/ArgonGlow-Medium.otf | Bin 0 -> 24948 bytes src/Style/fonts/argonGlow/ArgonGlow-Medium.ttf | Bin 0 -> 34848 bytes src/Style/fonts/argonGlow/ArgonGlow-Medium.woff | Bin 0 -> 16912 bytes src/Style/fonts/argonGlow/ArgonGlow-Medium.woff2 | Bin 0 -> 15764 bytes src/Style/fonts/argonGlow/ArgonGlow-Regular.otf | Bin 0 -> 24468 bytes src/Style/fonts/argonGlow/ArgonGlow-Regular.ttf | Bin 0 -> 34596 bytes src/Style/fonts/argonGlow/ArgonGlow-Regular.woff | Bin 0 -> 16032 bytes src/Style/fonts/argonGlow/ArgonGlow-Regular.woff2 | Bin 0 -> 14816 bytes src/Style/fonts/argonGlow/ArgonGlow-SemiBold.otf | Bin 0 -> 25520 bytes src/Style/fonts/argonGlow/ArgonGlow-SemiBold.ttf | Bin 0 -> 34788 bytes src/Style/fonts/argonGlow/ArgonGlow-SemiBold.woff | Bin 0 -> 17724 bytes src/Style/fonts/argonGlow/ArgonGlow-SemiBold.woff2 | Bin 0 -> 16340 bytes src/Style/fonts/argonGlow/ArgonGlow-Thin.otf | Bin 0 -> 22976 bytes src/Style/fonts/argonGlow/ArgonGlow-Thin.ttf | Bin 0 -> 33180 bytes src/Style/fonts/argonGlow/ArgonGlow-Thin.woff | Bin 0 -> 15324 bytes src/Style/fonts/argonGlow/ArgonGlow-Thin.woff2 | Bin 0 -> 14048 bytes src/Style/fonts/argonGlow/ArgonGlow-VariableVF.ttf | Bin 0 -> 49284 bytes .../fonts/argonGlow/ArgonGlow-VariableVF.woff | Bin 0 -> 25980 bytes .../fonts/argonGlow/ArgonGlow-VariableVF.woff2 | Bin 0 -> 22188 bytes src/Style/fonts/argonGlow/LICENSE | 96 +++++++++++++++++++++ src/Style/style.css | 2 +- 33 files changed, 97 insertions(+), 1 deletion(-) create mode 100644 src/Style/fonts/argonGlow/ArgonGlow-Bold.otf create mode 100644 src/Style/fonts/argonGlow/ArgonGlow-Bold.ttf create mode 100644 src/Style/fonts/argonGlow/ArgonGlow-Bold.woff create mode 100644 src/Style/fonts/argonGlow/ArgonGlow-Bold.woff2 create mode 100644 src/Style/fonts/argonGlow/ArgonGlow-ExtraLight.otf create mode 100644 src/Style/fonts/argonGlow/ArgonGlow-ExtraLight.ttf create mode 100644 src/Style/fonts/argonGlow/ArgonGlow-ExtraLight.woff create mode 100644 src/Style/fonts/argonGlow/ArgonGlow-ExtraLight.woff2 create mode 100644 src/Style/fonts/argonGlow/ArgonGlow-Light.otf create mode 100644 src/Style/fonts/argonGlow/ArgonGlow-Light.ttf create mode 100644 src/Style/fonts/argonGlow/ArgonGlow-Light.woff create mode 100644 src/Style/fonts/argonGlow/ArgonGlow-Light.woff2 create mode 100644 src/Style/fonts/argonGlow/ArgonGlow-Medium.otf create mode 100644 src/Style/fonts/argonGlow/ArgonGlow-Medium.ttf create mode 100644 src/Style/fonts/argonGlow/ArgonGlow-Medium.woff create mode 100644 src/Style/fonts/argonGlow/ArgonGlow-Medium.woff2 create mode 100644 src/Style/fonts/argonGlow/ArgonGlow-Regular.otf create mode 100644 src/Style/fonts/argonGlow/ArgonGlow-Regular.ttf create mode 100644 src/Style/fonts/argonGlow/ArgonGlow-Regular.woff create mode 100644 src/Style/fonts/argonGlow/ArgonGlow-Regular.woff2 create mode 100644 src/Style/fonts/argonGlow/ArgonGlow-SemiBold.otf create mode 100644 src/Style/fonts/argonGlow/ArgonGlow-SemiBold.ttf create mode 100644 src/Style/fonts/argonGlow/ArgonGlow-SemiBold.woff create mode 100644 src/Style/fonts/argonGlow/ArgonGlow-SemiBold.woff2 create mode 100644 src/Style/fonts/argonGlow/ArgonGlow-Thin.otf create mode 100644 src/Style/fonts/argonGlow/ArgonGlow-Thin.ttf create mode 100644 src/Style/fonts/argonGlow/ArgonGlow-Thin.woff create mode 100644 src/Style/fonts/argonGlow/ArgonGlow-Thin.woff2 create mode 100644 src/Style/fonts/argonGlow/ArgonGlow-VariableVF.ttf create mode 100644 src/Style/fonts/argonGlow/ArgonGlow-VariableVF.woff create mode 100644 src/Style/fonts/argonGlow/ArgonGlow-VariableVF.woff2 create mode 100644 src/Style/fonts/argonGlow/LICENSE diff --git a/src/Style/fonts/argonGlow/ArgonGlow-Bold.otf b/src/Style/fonts/argonGlow/ArgonGlow-Bold.otf new file mode 100644 index 0000000..74e7cac Binary files /dev/null and b/src/Style/fonts/argonGlow/ArgonGlow-Bold.otf differ diff --git a/src/Style/fonts/argonGlow/ArgonGlow-Bold.ttf b/src/Style/fonts/argonGlow/ArgonGlow-Bold.ttf new file mode 100644 index 0000000..659f01a Binary files /dev/null and b/src/Style/fonts/argonGlow/ArgonGlow-Bold.ttf differ diff --git a/src/Style/fonts/argonGlow/ArgonGlow-Bold.woff b/src/Style/fonts/argonGlow/ArgonGlow-Bold.woff new file mode 100644 index 0000000..1294fd4 Binary files /dev/null and b/src/Style/fonts/argonGlow/ArgonGlow-Bold.woff differ diff --git a/src/Style/fonts/argonGlow/ArgonGlow-Bold.woff2 b/src/Style/fonts/argonGlow/ArgonGlow-Bold.woff2 new file mode 100644 index 0000000..caf6ff6 Binary files /dev/null and b/src/Style/fonts/argonGlow/ArgonGlow-Bold.woff2 differ diff --git a/src/Style/fonts/argonGlow/ArgonGlow-ExtraLight.otf b/src/Style/fonts/argonGlow/ArgonGlow-ExtraLight.otf new file mode 100644 index 0000000..6e3f7f9 Binary files /dev/null and b/src/Style/fonts/argonGlow/ArgonGlow-ExtraLight.otf differ diff --git a/src/Style/fonts/argonGlow/ArgonGlow-ExtraLight.ttf b/src/Style/fonts/argonGlow/ArgonGlow-ExtraLight.ttf new file mode 100644 index 0000000..87d3f95 Binary files /dev/null and b/src/Style/fonts/argonGlow/ArgonGlow-ExtraLight.ttf differ diff --git a/src/Style/fonts/argonGlow/ArgonGlow-ExtraLight.woff b/src/Style/fonts/argonGlow/ArgonGlow-ExtraLight.woff new file mode 100644 index 0000000..6bd5604 Binary files /dev/null and b/src/Style/fonts/argonGlow/ArgonGlow-ExtraLight.woff differ diff --git a/src/Style/fonts/argonGlow/ArgonGlow-ExtraLight.woff2 b/src/Style/fonts/argonGlow/ArgonGlow-ExtraLight.woff2 new file mode 100644 index 0000000..7dc6448 Binary files /dev/null and b/src/Style/fonts/argonGlow/ArgonGlow-ExtraLight.woff2 differ diff --git a/src/Style/fonts/argonGlow/ArgonGlow-Light.otf b/src/Style/fonts/argonGlow/ArgonGlow-Light.otf new file mode 100644 index 0000000..cecece5 Binary files /dev/null and b/src/Style/fonts/argonGlow/ArgonGlow-Light.otf differ diff --git a/src/Style/fonts/argonGlow/ArgonGlow-Light.ttf b/src/Style/fonts/argonGlow/ArgonGlow-Light.ttf new file mode 100644 index 0000000..dd1416f Binary files /dev/null and b/src/Style/fonts/argonGlow/ArgonGlow-Light.ttf differ diff --git a/src/Style/fonts/argonGlow/ArgonGlow-Light.woff b/src/Style/fonts/argonGlow/ArgonGlow-Light.woff new file mode 100644 index 0000000..e0c2004 Binary files /dev/null and b/src/Style/fonts/argonGlow/ArgonGlow-Light.woff differ diff --git a/src/Style/fonts/argonGlow/ArgonGlow-Light.woff2 b/src/Style/fonts/argonGlow/ArgonGlow-Light.woff2 new file mode 100644 index 0000000..08a6637 Binary files /dev/null and b/src/Style/fonts/argonGlow/ArgonGlow-Light.woff2 differ diff --git a/src/Style/fonts/argonGlow/ArgonGlow-Medium.otf b/src/Style/fonts/argonGlow/ArgonGlow-Medium.otf new file mode 100644 index 0000000..c7de0d0 Binary files /dev/null and b/src/Style/fonts/argonGlow/ArgonGlow-Medium.otf differ diff --git a/src/Style/fonts/argonGlow/ArgonGlow-Medium.ttf b/src/Style/fonts/argonGlow/ArgonGlow-Medium.ttf new file mode 100644 index 0000000..6bdd5d6 Binary files /dev/null and b/src/Style/fonts/argonGlow/ArgonGlow-Medium.ttf differ diff --git a/src/Style/fonts/argonGlow/ArgonGlow-Medium.woff b/src/Style/fonts/argonGlow/ArgonGlow-Medium.woff new file mode 100644 index 0000000..8c04b95 Binary files /dev/null and b/src/Style/fonts/argonGlow/ArgonGlow-Medium.woff differ diff --git a/src/Style/fonts/argonGlow/ArgonGlow-Medium.woff2 b/src/Style/fonts/argonGlow/ArgonGlow-Medium.woff2 new file mode 100644 index 0000000..83bb0d9 Binary files /dev/null and b/src/Style/fonts/argonGlow/ArgonGlow-Medium.woff2 differ diff --git a/src/Style/fonts/argonGlow/ArgonGlow-Regular.otf b/src/Style/fonts/argonGlow/ArgonGlow-Regular.otf new file mode 100644 index 0000000..8129f3f Binary files /dev/null and b/src/Style/fonts/argonGlow/ArgonGlow-Regular.otf differ diff --git a/src/Style/fonts/argonGlow/ArgonGlow-Regular.ttf b/src/Style/fonts/argonGlow/ArgonGlow-Regular.ttf new file mode 100644 index 0000000..0fb5a52 Binary files /dev/null and b/src/Style/fonts/argonGlow/ArgonGlow-Regular.ttf differ diff --git a/src/Style/fonts/argonGlow/ArgonGlow-Regular.woff b/src/Style/fonts/argonGlow/ArgonGlow-Regular.woff new file mode 100644 index 0000000..1ac84db Binary files /dev/null and b/src/Style/fonts/argonGlow/ArgonGlow-Regular.woff differ diff --git a/src/Style/fonts/argonGlow/ArgonGlow-Regular.woff2 b/src/Style/fonts/argonGlow/ArgonGlow-Regular.woff2 new file mode 100644 index 0000000..601d465 Binary files /dev/null and b/src/Style/fonts/argonGlow/ArgonGlow-Regular.woff2 differ diff --git a/src/Style/fonts/argonGlow/ArgonGlow-SemiBold.otf b/src/Style/fonts/argonGlow/ArgonGlow-SemiBold.otf new file mode 100644 index 0000000..2b0ba9a Binary files /dev/null and b/src/Style/fonts/argonGlow/ArgonGlow-SemiBold.otf differ diff --git a/src/Style/fonts/argonGlow/ArgonGlow-SemiBold.ttf b/src/Style/fonts/argonGlow/ArgonGlow-SemiBold.ttf new file mode 100644 index 0000000..bc7a55c Binary files /dev/null and b/src/Style/fonts/argonGlow/ArgonGlow-SemiBold.ttf differ diff --git a/src/Style/fonts/argonGlow/ArgonGlow-SemiBold.woff b/src/Style/fonts/argonGlow/ArgonGlow-SemiBold.woff new file mode 100644 index 0000000..40d7b19 Binary files /dev/null and b/src/Style/fonts/argonGlow/ArgonGlow-SemiBold.woff differ diff --git a/src/Style/fonts/argonGlow/ArgonGlow-SemiBold.woff2 b/src/Style/fonts/argonGlow/ArgonGlow-SemiBold.woff2 new file mode 100644 index 0000000..a88f939 Binary files /dev/null and b/src/Style/fonts/argonGlow/ArgonGlow-SemiBold.woff2 differ diff --git a/src/Style/fonts/argonGlow/ArgonGlow-Thin.otf b/src/Style/fonts/argonGlow/ArgonGlow-Thin.otf new file mode 100644 index 0000000..265d520 Binary files /dev/null and b/src/Style/fonts/argonGlow/ArgonGlow-Thin.otf differ diff --git a/src/Style/fonts/argonGlow/ArgonGlow-Thin.ttf b/src/Style/fonts/argonGlow/ArgonGlow-Thin.ttf new file mode 100644 index 0000000..4969602 Binary files /dev/null and b/src/Style/fonts/argonGlow/ArgonGlow-Thin.ttf differ diff --git a/src/Style/fonts/argonGlow/ArgonGlow-Thin.woff b/src/Style/fonts/argonGlow/ArgonGlow-Thin.woff new file mode 100644 index 0000000..7c4b3f9 Binary files /dev/null and b/src/Style/fonts/argonGlow/ArgonGlow-Thin.woff differ diff --git a/src/Style/fonts/argonGlow/ArgonGlow-Thin.woff2 b/src/Style/fonts/argonGlow/ArgonGlow-Thin.woff2 new file mode 100644 index 0000000..dc950fe Binary files /dev/null and b/src/Style/fonts/argonGlow/ArgonGlow-Thin.woff2 differ diff --git a/src/Style/fonts/argonGlow/ArgonGlow-VariableVF.ttf b/src/Style/fonts/argonGlow/ArgonGlow-VariableVF.ttf new file mode 100644 index 0000000..b60a149 Binary files /dev/null and b/src/Style/fonts/argonGlow/ArgonGlow-VariableVF.ttf differ diff --git a/src/Style/fonts/argonGlow/ArgonGlow-VariableVF.woff b/src/Style/fonts/argonGlow/ArgonGlow-VariableVF.woff new file mode 100644 index 0000000..ab59573 Binary files /dev/null and b/src/Style/fonts/argonGlow/ArgonGlow-VariableVF.woff differ diff --git a/src/Style/fonts/argonGlow/ArgonGlow-VariableVF.woff2 b/src/Style/fonts/argonGlow/ArgonGlow-VariableVF.woff2 new file mode 100644 index 0000000..7d3aaf4 Binary files /dev/null and b/src/Style/fonts/argonGlow/ArgonGlow-VariableVF.woff2 differ diff --git a/src/Style/fonts/argonGlow/LICENSE b/src/Style/fonts/argonGlow/LICENSE new file mode 100644 index 0000000..c277e1a --- /dev/null +++ b/src/Style/fonts/argonGlow/LICENSE @@ -0,0 +1,96 @@ +Copyright (c) 2025, The Argon Glow Project Authors (https://codeberg.org/argon/glow), +Copyright (c) 2025, kritzl (kritzl@kritzl.dev), +Copyright (c) 2025, traumweh (traumweh@lyx.sh), +with Reserved Font Name "Argon Glow". + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +https://openfontlicense.org + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting - in part or in whole - any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/src/Style/style.css b/src/Style/style.css index 439efa6..b3109b8 100644 --- a/src/Style/style.css +++ b/src/Style/style.css @@ -1,6 +1,6 @@ /* Synthwave Terminal */ -/* Define the font */ +/* Define the fonts */ @font-face { font-family: 'Hacked'; src: url('./fonts/Hacked/Hacked-KerX.ttf') format('truetype'); -- cgit v1.2.3