diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2025-02-11 18:45:30 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2025-02-11 18:45:30 -0500 |
| commit | 9d6db882ea61e9a68ff60a8f92e2c50d3b191b2b (patch) | |
| tree | 477c7d19c2ccca7822cb3a1ea3bc89f4395ee7d4 /ui/styles/reset.css | |
| parent | 8d15a359d480d08c73a97e7ce4a888c66eae46d0 (diff) | |
| parent | 04f2c43c6eea53c301f63a36f8882cef2f94859f (diff) | |
Merge remote-tracking branch 'origin/prop/fonts'
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 */ |
