From 09d57208ae999ad9ec03576f61276e3fd4f9aaae Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 11 Oct 2021 09:08:08 -0300 Subject: styles.css: Don't set the font, inherit from the browser default --- styles.css | 1 - 1 file changed, 1 deletion(-) (limited to 'styles.css') diff --git a/styles.css b/styles.css index 2b042d7..7c18fd7 100644 --- a/styles.css +++ b/styles.css @@ -4,7 +4,6 @@ body { margin: 0px auto 0px auto; padding: 1%; max-width: 750px; - font-family: sans-serif; text-rendering: optimizeLegibility; background-color: #f7f2f3; } -- cgit v1.2.3