From 8ca793f69ba591738963bbeb6c472bdf688357ba Mon Sep 17 00:00:00 2001 From: wukko Date: Fri, 23 May 2025 16:01:02 +0600 Subject: [PATCH] web/DownloadButton: fix font family --- web/src/components/save/buttons/DownloadButton.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/save/buttons/DownloadButton.svelte b/web/src/components/save/buttons/DownloadButton.svelte index 6326cd6c..94e8bbd2 100644 --- a/web/src/components/save/buttons/DownloadButton.svelte +++ b/web/src/components/save/buttons/DownloadButton.svelte @@ -102,7 +102,7 @@ #download-state { font-size: 24px; - font-family: "Noto Sans Mono", monospace; + font-family: "Noto Sans Mono", "IBM Plex Mono", monospace; font-weight: 400; text-align: center;