From 3581b388ad0309c61bef54992c79009bad2aa55c Mon Sep 17 00:00:00 2001 From: hexlocation Date: Sat, 15 Mar 2025 22:44:24 +0100 Subject: [PATCH] add: donation page && fix: noto sans font --- donate.html | 31 +++++++++++++++++++++++++++++++ global.css | 6 +++--- index.html | 1 + ttf/ibm.ttf | Bin 71144 -> 0 bytes ttf/sans.ttf | Bin 0 -> 455188 bytes 5 files changed, 35 insertions(+), 3 deletions(-) create mode 100644 donate.html delete mode 100644 ttf/ibm.ttf create mode 100644 ttf/sans.ttf diff --git a/donate.html b/donate.html new file mode 100644 index 0000000..42ac288 --- /dev/null +++ b/donate.html @@ -0,0 +1,31 @@ + + + + + +
+
+

donations

+
+

Hi there! Donations can be done through either BTC or LTC currently. I'm hesitant to set up anything like + PayPal right now due to their shady practices.

+

BTC: bc1qhk4cnf36h3ma5w27x4uwm2lffdkcpa64ychmm4
+ LTC: ltc1qg7rall3yyt9c63yzr0440anujpry8r9pv7wvus +

+ +
+
+
+ + + + diff --git a/global.css b/global.css index f611f53..9d7cd8f 100644 --- a/global.css +++ b/global.css @@ -1,6 +1,6 @@ @font-face { - font-family: PxFont; - src: url("ttf/ibm.ttf"); + font-family: "NotoSansT"; + src: url("ttf/sans.ttf"); } img { @@ -44,7 +44,7 @@ a:hover { } body { - font-family: "Noto Sans"; + font-family: "NotoSansT"; font-size: 16px; color: #cdd6f4; background-color: #181825; diff --git a/index.html b/index.html index cd36cc3..874d53c 100644 --- a/index.html +++ b/index.html @@ -40,6 +40,7 @@

other pages