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-08-23 18:31:42 +0200
commit9746b508e8687a146338b8301c2af6e78098843a (patch)
tree7a8f975b4f14af4ab569c84c401f730b3362804f
parentc64a43d44dc2dd9b866b690a2d69c7708ce2bea8 (diff)
downloadqutebrowser-9746b508e8687a146338b8301c2af6e78098843a.tar.gz
qutebrowser-9746b508e8687a146338b8301c2af6e78098843a.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.