From 66f4f8b7c878a1274a6d4745e18084695a1e159c Mon Sep 17 00:00:00 2001 From: Octo Andri <6083316-octospacc@users.noreply.gitlab.com> Date: Sun, 22 May 2022 14:14:53 +0000 Subject: [PATCH] Update Fonts/SpaceMono/Style.css --- Fonts/SpaceMono/Style.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Fonts/SpaceMono/Style.css diff --git a/Fonts/SpaceMono/Style.css b/Fonts/SpaceMono/Style.css new file mode 100644 index 0000000..3ce3075 --- /dev/null +++ b/Fonts/SpaceMono/Style.css @@ -0,0 +1,5 @@ +@import url('Font.css'); + +Body { + Font-Family: 'Space Mono', monospace; +}