summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qutebrowser/config/configutils.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/qutebrowser/config/configutils.py b/qutebrowser/config/configutils.py
index a8a9ba246..c03971077 100644
--- a/qutebrowser/config/configutils.py
+++ b/qutebrowser/config/configutils.py
@@ -317,13 +317,13 @@ class FontFamilies:
They yield different results depending on the OS:
- QFont.StyleHint.Monospace | QFont.StyleHint.TypeWriter | QFontDatabase
- ------------------------------------------------------
- Windows: Courier New | Courier New | Courier New
- Linux: DejaVu Sans Mono | DejaVu Sans Mono | monospace
- macOS: Menlo | American Typewriter | Monaco
+ QFont.StyleHint.Monospace | QFont.StyleHint.TypeWriter | QFontDatabase
+ -----------------------------------------------------------------------
+ Win: Courier New | Courier New | Courier New
+ Linux: DejaVu Sans Mono | DejaVu Sans Mono | monospace
+ macOS: Menlo | American Typewriter | Monaco
- Test script: https://p.cmpl.cc/d4dfe573
+ Test script: https://p.cmpl.cc/076835c4
On Linux, it seems like both actually resolve to the same font.