From f04afeb5fbae1e44d59083b91e2fde6abad9323f Mon Sep 17 00:00:00 2001 From: Ayabusa Date: Fri, 20 Mar 2026 15:58:56 +0100 Subject: [PATCH] Added hex font --- index.html | 16 ++++++++++++++-- style.css | 7 +++++++ 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 0fbde4c..8e44775 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,9 @@ + + + @@ -17,7 +20,7 @@
-
+

000000
000008
@@ -27,7 +30,16 @@ 000028
000030
000038
- 000048 +

+

+ 48 6f 77 64 79 20 21 20
+ 49 74 27 73 20 6d 65 20
+ 41 79 61 62 75 73 61 2c
+ 77 65 6c 63 6f 6d 65 20
+ 74 6f 20 6d 79 20 20 20
+ 63 6f 72 6e 65 72 20 20
+ 6f 66 20 74 68 65 20 20
+ 77 65 62 0a

diff --git a/style.css b/style.css index 6f5196e..ec68164 100644 --- a/style.css +++ b/style.css @@ -6,3 +6,10 @@ background-color: #071c2dff; color: #071c2dff; } + +.jb-mono { + font-family: "JetBrains Mono", monospace; + font-optical-sizing: auto; + font-weight: 900; + font-style: normal; +}