From 2e9014d19eb5009e9cdf435a697703a30b293949 Mon Sep 17 00:00:00 2001 From: Yuki Joou Date: Sun, 28 May 2023 13:05:19 +0200 Subject: [PATCH] style: Import IBMPlexMono from common fonts --- src/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/style.css b/src/style.css index 2583815..7d12314 100644 --- a/src/style.css +++ b/src/style.css @@ -1,3 +1,5 @@ +@import "common/fonts/IBMPlexMono.css"; + body { font-family: "IBM Plex Mono", monospace; color: lightgray;