From 9a9baa0d7ccb3e4c4e0503103e3ede09f9205b98 Mon Sep 17 00:00:00 2001 From: g1n Date: Mon, 14 Jun 2021 11:01:52 -0400 Subject: [PATCH] Add fonts --- index.html | 2 ++ style.css | 1 + 2 files changed, 3 insertions(+) diff --git a/index.html b/index.html index 80dec3c..f111a05 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,8 @@ g1n~xhec.one + +
diff --git a/style.css b/style.css index 4ccac70..eb0b8a2 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,7 @@ body { background:#1c1c1c; color:#a7d129; + font-family: 'Inconsolata', monospace; } div { padding:5px;