From 72998ffc02ee62c77626056189d5f64637f33257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Tue, 9 Jul 2024 20:38:03 +0200 Subject: [PATCH] Fix incorrect font name --- common/input.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/input.css b/common/input.css index 97f3ccd..415013d 100644 --- a/common/input.css +++ b/common/input.css @@ -4,7 +4,7 @@ @font-face { font-family: "IBM Plex Mono"; - src: url("fonts/IBMPlexMono-regular.woff2") format("woff2"); + src: url("fonts/IBMPlexMono-Regular.woff2") format("woff2"); font-weight: 400; font-style: normal; }