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 From 99332385d165418adc00721628fb4565953fdc20 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Wed, 8 Apr 2026 14:27:33 +0200 Subject: Add ArgonGlow as a font in style.css --- src/Style/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Style/style.css b/src/Style/style.css index b3109b8..764344d 100644 --- a/src/Style/style.css +++ b/src/Style/style.css @@ -7,6 +7,11 @@ font-weight: normal; font-style: normal; } + +@font-face { + font-family: 'Argon Glow'; + src: url('./fonts/argonGlow/ArgonGlow-medium.ttf') format('truetype'); +} /* Make canvas sit behind everything */ canvas { position: fixed; -- cgit v1.2.3 From 99f118c7fb56ed7fd49b473bf374839d14889603 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Wed, 8 Apr 2026 14:28:21 +0200 Subject: Finished defining the ArgonGlow font --- src/Style/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Style/style.css b/src/Style/style.css index 764344d..602f8db 100644 --- a/src/Style/style.css +++ b/src/Style/style.css @@ -11,6 +11,8 @@ @font-face { font-family: 'Argon Glow'; src: url('./fonts/argonGlow/ArgonGlow-medium.ttf') format('truetype'); + font-weight: normal; + font-style: normal; } /* Make canvas sit behind everything */ canvas { -- cgit v1.2.3 From 686376ab51fb83575750244359dfdb2c1deb4670 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Wed, 8 Apr 2026 14:33:33 +0200 Subject: fixed font path --- src/Style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Style/style.css b/src/Style/style.css index 602f8db..683f6bf 100644 --- a/src/Style/style.css +++ b/src/Style/style.css @@ -10,7 +10,7 @@ @font-face { font-family: 'Argon Glow'; - src: url('./fonts/argonGlow/ArgonGlow-medium.ttf') format('truetype'); + src: url('./fonts/argonGlow/ArgonGlow-Medium.ttf') format('truetype'); font-weight: normal; font-style: normal; } -- cgit v1.2.3 From 65e676bcb6fb9bfb172630907281f875adbdcb1e Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Wed, 8 Apr 2026 14:33:38 +0200 Subject: Added missing } --- src/Style/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Style/style.css b/src/Style/style.css index 683f6bf..f136636 100644 --- a/src/Style/style.css +++ b/src/Style/style.css @@ -34,6 +34,7 @@ body::-webkit-scrollbar { html { -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ +} body { background: radial-gradient(ellipse at bottom, #1a0f2e 0%, #090012 60%, #050008 100%); color: #e0d6ff; -- cgit v1.2.3 From f30dba5dff941889d55b9e9aa8044b0ba6306e50 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Wed, 8 Apr 2026 14:33:41 +0200 Subject: Changed h1 to use Argon Glow instead of hacked --- src/Style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Style/style.css b/src/Style/style.css index f136636..7d6912e 100644 --- a/src/Style/style.css +++ b/src/Style/style.css @@ -65,7 +65,7 @@ body { h1 { font-size: 42px; text-align: center; - font-family: 'Hacked'; + font-family: 'Argon Glow'; color: #ff00ff; text-shadow: 0 0 5px #ff00ff, -- cgit v1.2.3 From d2cb3d746bbcd7d26f527a006450c261b85bd6af Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Wed, 8 Apr 2026 14:36:52 +0200 Subject: Defined colors as variables --- src/Style/style.css | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/src/Style/style.css b/src/Style/style.css index 7d6912e..099b76a 100644 --- a/src/Style/style.css +++ b/src/Style/style.css @@ -1,6 +1,32 @@ /* Synthwave Terminal */ -/* Define the fonts */ +/* Color variables */ +:root { + /* Background layers */ + --bg-top: #1a0f2e; + --bg-mid: #090012; + --bg-bottom: #050008; + --bg-panel: rgba(10, 0, 25, 0.6); + --bg-lightbox: rgba(5, 0, 8, 0.95); + + /* Accent — magenta */ + --magenta: #ff00ff; + --magenta-rgb: 255, 0, 255; + --magenta-hover: #ff66ff; + --magenta-hover-rgb: 255, 102, 255; + + /* Accent — cyan */ + --cyan: #00ffff; + --cyan-rgb: 0, 255, 255; + + /* Text */ + --text-primary: #e0d6ff; + --text-subtitle: #c9b6ff; + --text-muted: #888; + --text-black: #000; +} + +/* Fonts */ @font-face { font-family: 'Hacked'; src: url('./fonts/Hacked/Hacked-KerX.ttf') format('truetype'); -- cgit v1.2.3 From 1b0b72e166faaf4c0ee0172bad4eaaba81af868a Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Wed, 8 Apr 2026 14:37:07 +0200 Subject: Defined everything proper as variables --- src/Style/style.css | 85 +++++++++++++++++++++++++++-------------------------- 1 file changed, 44 insertions(+), 41 deletions(-) diff --git a/src/Style/style.css b/src/Style/style.css index 099b76a..24f6e56 100644 --- a/src/Style/style.css +++ b/src/Style/style.css @@ -40,6 +40,7 @@ font-weight: normal; font-style: normal; } + /* Make canvas sit behind everything */ canvas { position: fixed; @@ -47,6 +48,7 @@ canvas { left: 0; z-index: -1; } + html, body { height: 100%; margin: 0; @@ -57,17 +59,18 @@ html::-webkit-scrollbar, body::-webkit-scrollbar { display: none; } + html { -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ } + body { - background: radial-gradient(ellipse at bottom, #1a0f2e 0%, #090012 60%, #050008 100%); - color: #e0d6ff; + background: radial-gradient(ellipse at bottom, var(--bg-top) 0%, var(--bg-mid) 60%, var(--bg-bottom) 100%); + color: var(--text-primary); font-family: "Courier New", monospace; margin: 0; padding: 0; - } /* Floating terminal panel */ @@ -79,11 +82,11 @@ body { max-width: 800px; margin: 80px auto; padding: 30px; - background: rgba(10, 0, 25, 0.6); - border: 1px solid rgba(255, 0, 255, 0.4); + background: var(--bg-panel); + border: 1px solid rgba(var(--magenta-rgb), 0.4); box-shadow: - 0 0 15px rgba(255, 0, 255, 0.2), - 0 0 40px rgba(0, 255, 255, 0.1); + 0 0 15px rgba(var(--magenta-rgb), 0.2), + 0 0 40px rgba(var(--cyan-rgb), 0.1); backdrop-filter: blur(6px); } @@ -92,10 +95,10 @@ h1 { font-size: 42px; text-align: center; font-family: 'Argon Glow'; - color: #ff00ff; + color: var(--magenta); text-shadow: - 0 0 5px #ff00ff, - 0 0 15px rgba(255, 0, 255, 0.6); + 0 0 5px var(--magenta), + 0 0 15px rgba(var(--magenta-rgb), 0.6); } /* Subtitle */ @@ -103,15 +106,15 @@ h1 { text-align: center; font-size: 18px; margin-bottom: 40px; - color: #c9b6ff; + color: var(--text-subtitle); } /* Section headers */ h2 { font-size: 22px; margin-top: 30px; - color: #00ffff; - text-shadow: 0 0 8px rgba(0, 255, 255, 0.6); + color: var(--cyan); + text-shadow: 0 0 8px rgba(var(--cyan-rgb), 0.6); } /* Terminal-style list */ @@ -122,17 +125,17 @@ ul { li::before { content: "> "; - color: #ff00ff; + color: var(--magenta); } /* Links */ a { - color: #00ffff; + color: var(--cyan); text-decoration: none; } a:hover { - text-shadow: 0 0 8px #00ffff; + text-shadow: 0 0 8px var(--cyan); } /* Exclude h1 links */ @@ -148,15 +151,15 @@ textarea, button { font-family: 'Hacked', monospace; font-size: 16px; - background: rgba(10, 0, 25, 0.6); - color: #e0d6ff; - border: 1px solid #ff00ff; + background: var(--bg-panel); + color: var(--text-primary); + border: 1px solid var(--magenta); border-radius: 4px; padding: 10px; outline: none; box-shadow: - 0 0 5px #ff00ff, - 0 0 15px rgba(255, 0, 255, 0.2); + 0 0 5px var(--magenta), + 0 0 15px rgba(var(--magenta-rgb), 0.2); backdrop-filter: blur(4px); transition: all 0.2s ease-in-out; width: 100%; @@ -178,29 +181,29 @@ textarea { /* Hover/focus effects */ input[type="text"]:focus, textarea:focus { - border-color: #00ffff; + border-color: var(--cyan); box-shadow: - 0 0 5px #00ffff, - 0 0 15px rgba(0, 255, 255, 0.2); + 0 0 5px var(--cyan), + 0 0 15px rgba(var(--cyan-rgb), 0.2); } /* Button */ button { cursor: pointer; - background: #ff00ff; - color: #000; + background: var(--magenta); + color: var(--text-black); font-weight: bold; border: none; box-shadow: - 0 0 10px #ff00ff, - 0 0 20px rgba(255, 0, 255, 0.2); + 0 0 10px var(--magenta), + 0 0 20px rgba(var(--magenta-rgb), 0.2); } button:hover { - background: #ff66ff; + background: var(--magenta-hover); box-shadow: - 0 0 15px #ff66ff, - 0 0 30px rgba(255, 102, 255, 0.3); + 0 0 15px var(--magenta-hover), + 0 0 30px rgba(var(--magenta-hover-rgb), 0.3); } /* Footer */ @@ -208,7 +211,7 @@ footer { text-align: center; margin-top: 60px; font-size: 14px; - color: #888; + color: var(--text-muted); } /* Gallery grid */ @@ -222,13 +225,13 @@ footer { .gallery-item { aspect-ratio: 1; overflow: hidden; - border: 1px solid rgba(255, 0, 255, 0.4); + border: 1px solid rgba(var(--magenta-rgb), 0.4); transition: all 0.2s ease-in-out; } .gallery-item:hover { - border-color: #00ffff; - box-shadow: 0 0 15px rgba(0, 255, 255, 0.4); + border-color: var(--cyan); + box-shadow: 0 0 15px rgba(var(--cyan-rgb), 0.4); } .gallery-item img { @@ -245,7 +248,7 @@ footer { left: 0; width: 100%; height: 100%; - background: rgba(5, 0, 8, 0.95); + background: var(--bg-lightbox); z-index: 100; align-items: center; justify-content: center; @@ -258,8 +261,8 @@ footer { .lightbox-img { max-width: 90%; max-height: 90%; - border: 1px solid rgba(255, 0, 255, 0.4); - box-shadow: 0 0 30px rgba(255, 0, 255, 0.3); + border: 1px solid rgba(var(--magenta-rgb), 0.4); + box-shadow: 0 0 30px rgba(var(--magenta-rgb), 0.3); } .lightbox-close { @@ -267,12 +270,12 @@ footer { top: 20px; right: 30px; font-size: 40px; - color: #ff00ff; + color: var(--magenta); cursor: pointer; transition: all 0.2s ease-in-out; } .lightbox-close:hover { - color: #00ffff; - text-shadow: 0 0 10px #00ffff; + color: var(--cyan); + text-shadow: 0 0 10px var(--cyan); } -- cgit v1.2.3 From e6c6a4f5531579ab68c1ed913a2795dc58cd0517 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Wed, 8 Apr 2026 14:37:41 +0200 Subject: Defined the other types of Argon Glow --- src/Style/style.css | 57 +++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 53 insertions(+), 4 deletions(-) diff --git a/src/Style/style.css b/src/Style/style.css index 24f6e56..cd7f2df 100644 --- a/src/Style/style.css +++ b/src/Style/style.css @@ -35,10 +35,59 @@ } @font-face { - font-family: 'Argon Glow'; - src: url('./fonts/argonGlow/ArgonGlow-Medium.ttf') format('truetype'); - font-weight: normal; - font-style: normal; + font-family: 'Argon Glow'; + src: url('./fonts/argonGlow/ArgonGlow-Thin.woff2') format('woff2'), + url('./fonts/argonGlow/ArgonGlow-Thin.ttf') format('truetype'); + font-weight: 100; + font-style: normal; +} + +@font-face { + font-family: 'Argon Glow'; + src: url('./fonts/argonGlow/ArgonGlow-ExtraLight.woff2') format('woff2'), + url('./fonts/argonGlow/ArgonGlow-ExtraLight.ttf') format('truetype'); + font-weight: 200; + font-style: normal; +} + +@font-face { + font-family: 'Argon Glow'; + src: url('./fonts/argonGlow/ArgonGlow-Light.woff2') format('woff2'), + url('./fonts/argonGlow/ArgonGlow-Light.ttf') format('truetype'); + font-weight: 300; + font-style: normal; +} + +@font-face { + font-family: 'Argon Glow'; + src: url('./fonts/argonGlow/ArgonGlow-Regular.woff2') format('woff2'), + url('./fonts/argonGlow/ArgonGlow-Regular.ttf') format('truetype'); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: 'Argon Glow'; + src: url('./fonts/argonGlow/ArgonGlow-Medium.woff2') format('woff2'), + url('./fonts/argonGlow/ArgonGlow-Medium.ttf') format('truetype'); + font-weight: 500; + font-style: normal; +} + +@font-face { + font-family: 'Argon Glow'; + src: url('./fonts/argonGlow/ArgonGlow-SemiBold.woff2') format('woff2'), + url('./fonts/argonGlow/ArgonGlow-SemiBold.ttf') format('truetype'); + font-weight: 600; + font-style: normal; +} + +@font-face { + font-family: 'Argon Glow'; + src: url('./fonts/argonGlow/ArgonGlow-Bold.woff2') format('woff2'), + url('./fonts/argonGlow/ArgonGlow-Bold.ttf') format('truetype'); + font-weight: 700; + font-style: normal; } /* Make canvas sit behind everything */ -- cgit v1.2.3 From e30839a82f8379d678137591aa0c57f826e57587 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Wed, 8 Apr 2026 15:21:59 +0200 Subject: Add glitch drop-shadow filter to h1 and color semantic aliases --- src/Style/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/Style/style.css b/src/Style/style.css index cd7f2df..6079ae1 100644 --- a/src/Style/style.css +++ b/src/Style/style.css @@ -24,6 +24,10 @@ --text-subtitle: #c9b6ff; --text-muted: #888; --text-black: #000; + + /* Semantic aliases */ + --color-white: #ffffff; + --color-primary: var(--magenta); } /* Fonts */ @@ -144,10 +148,17 @@ h1 { font-size: 42px; text-align: center; font-family: 'Argon Glow'; + font-weight: 700; + font-size: 60px; color: var(--magenta); text-shadow: 0 0 5px var(--magenta), 0 0 15px rgba(var(--magenta-rgb), 0.6); + filter: + url(#glitch) + drop-shadow(0 0 0.25rem #ffaaff7f) + drop-shadow(0 0 0.5rem #ff55ff4f) + drop-shadow(0 0 1rem #dd44dd5f); } /* Subtitle */ -- cgit v1.2.3 From 8deca947fcfce358aea2f98fcdc38064aa28d445 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Wed, 8 Apr 2026 15:22:32 +0200 Subject: Add SVG glitch filter definition to all pages --- src/Pages/art/portfolio.html | 10 ++++++++++ src/Pages/contact.html | 10 ++++++++++ src/Pages/music.html | 10 ++++++++++ src/index.html | 10 ++++++++++ 4 files changed, 40 insertions(+) diff --git a/src/Pages/art/portfolio.html b/src/Pages/art/portfolio.html index 367875b..74e1312 100644 --- a/src/Pages/art/portfolio.html +++ b/src/Pages/art/portfolio.html @@ -103,5 +103,15 @@ } }); + + + + + + + + + + diff --git a/src/Pages/contact.html b/src/Pages/contact.html index 9e262d5..7de90cb 100644 --- a/src/Pages/contact.html +++ b/src/Pages/contact.html @@ -31,6 +31,16 @@

© 256phi | 2026 | Home

+ + + + + + + + + + diff --git a/src/Pages/music.html b/src/Pages/music.html index b96bd1d..4f580fd 100644 --- a/src/Pages/music.html +++ b/src/Pages/music.html @@ -20,6 +20,16 @@

© 256phi | 2026 | Home

+ + + + + + + + + + diff --git a/src/index.html b/src/index.html index bbde848..d16437b 100644 --- a/src/index.html +++ b/src/index.html @@ -26,6 +26,16 @@

© 256phi | 2026 | Contact Us

+ + + + + + + + + + -- cgit v1.2.3