web/DownloadButton: fix font family

This commit is contained in:
wukko 2025-05-23 16:01:02 +06:00
parent be84f66dff
commit 8ca793f69b
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

@ -102,7 +102,7 @@
#download-state { #download-state {
font-size: 24px; font-size: 24px;
font-family: "Noto Sans Mono", monospace; font-family: "Noto Sans Mono", "IBM Plex Mono", monospace;
font-weight: 400; font-weight: 400;
text-align: center; text-align: center;