summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-06-15 15:38:35 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-06-22 17:41:12 +0200
commit59e2f8b4a0d51fe545a3b7adb98a95f3efcb9341 (patch)
tree2b386c7b52e3cc649a386c3fb614b6baff22ae4c
parent9ba0bba57f668cf19680e4dbe17b7d55c1866203 (diff)
downloadqutebrowser-59e2f8b4a0d51fe545a3b7adb98a95f3efcb9341.tar.gz
qutebrowser-59e2f8b4a0d51fe545a3b7adb98a95f3efcb9341.zip
Update font table comment
-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.