From 1f60632553795f683f20f1c3b216948176df4d7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Puls?= Date: Mon, 16 Jan 2023 21:04:06 +0100 Subject: [PATCH] Select a slightly prettier default font --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index cbd8832..c9164f7 100644 --- a/style.css +++ b/style.css @@ -3,7 +3,7 @@ body { padding: 0; background-color: #111; color: #eee; - font-family: sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } #input {