From a0f0e7a40d8f205266e36e7e4a0d5a3c7094548a Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Thu, 9 Dec 2021 02:15:17 +0000 Subject: [PATCH] Use a sans-serif font in dark mode --- public/zcash-dag.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/zcash-dag.css b/public/zcash-dag.css index 9307af37..35e068b6 100644 --- a/public/zcash-dag.css +++ b/public/zcash-dag.css @@ -26,5 +26,6 @@ } svg text { fill: #c9d1d9; + font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"; } }