From 63b7e355e9e33824788ca53a68b7190d2ddf658d Mon Sep 17 00:00:00 2001 From: Dominik Date: Mon, 8 Jan 2024 12:36:55 +0100 Subject: [PATCH] feat: add better font stack Use a system font stack for optimal rendering on all devices --- sp.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sp.css b/sp.css index 10cf951..d44975d 100644 --- a/sp.css +++ b/sp.css @@ -1,6 +1,6 @@ body { color: #333; - font-family: helvetica, arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; line-height: 1.5; margin: 0 auto; max-width: 40em;