From 0451b8a2d03889964fb8e1bbc4a1b56269658f3b Mon Sep 17 00:00:00 2001 From: Kit La Touche Date: Sun, 19 Jan 2025 14:01:50 -0500 Subject: Fix bold and italic font considerations --- ui/styles/reset.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ui/styles/reset.css') diff --git a/ui/styles/reset.css b/ui/styles/reset.css index a3f7681..f9fa505 100644 --- a/ui/styles/reset.css +++ b/ui/styles/reset.css @@ -88,7 +88,9 @@ video { padding: 0; border: 0; font-size: 100%; - font: inherit; + /* The following seems to make `em` not italic, `code` not monospace, etc. + * And that's undesirable. */ + /* font: inherit; */ vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ -- cgit v1.2.3