diff options
| author | Kit La Touche <kit@transneptune.net> | 2025-01-19 14:01:50 -0500 |
|---|---|---|
| committer | Kit La Touche <kit@transneptune.net> | 2025-01-19 14:01:50 -0500 |
| commit | 0451b8a2d03889964fb8e1bbc4a1b56269658f3b (patch) | |
| tree | 041607db31a57063405d4f16a7ac1bbb5976c04e /ui/styles/reset.css | |
| parent | 870f8ca77293d90ed4f146061bceae6f88abc2d6 (diff) | |
Fix bold and italic font considerations
Diffstat (limited to 'ui/styles/reset.css')
| -rw-r--r-- | ui/styles/reset.css | 4 |
1 files changed, 3 insertions, 1 deletions
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 */ |
