From a3b77de5aa00c6b76311976e180e470f036fd3d4 Mon Sep 17 00:00:00 2001 From: Justin Date: Sun, 30 Aug 2026 16:06:07 -0500 Subject: [PATCH] added font to css --- css/style.css | 8 ++++++++ index.html | 3 --- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 543091e..a6d8b12 100755 --- a/css/style.css +++ b/css/style.css @@ -1,5 +1,13 @@ *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 400; + font-display: swap; + src: url('/fonts/ibm-plex-mono-400.woff2') format('woff2'); +} + :root { --bg: #0a0c10; --bg2: #0f1218; diff --git a/index.html b/index.html index 7f3db8c..e7f992e 100755 --- a/index.html +++ b/index.html @@ -16,9 +16,6 @@ -