diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-07-04 23:42:36 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-07-04 23:42:36 +0200 |
commit | e8c255770feec5b8715c9f6aefe9aa3346dfb41e (patch) | |
tree | 939ecb3d909b80ca32109a5b417d68b4f3ec3f31 | |
parent | 59a4142b002624792b6f61992de0e8617c947494 (diff) | |
download | weechat-e8c255770feec5b8715c9f6aefe9aa3346dfb41e.zip |
doc: fix display of literal blocks
This fixes:
- height of lines in literal blocks (all browsers)
- literal blocks in Japanese docs (Firefox)
-rw-r--r-- | doc/docinfo.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/docinfo.html b/doc/docinfo.html index 8f3340d5b..3b594687d 100644 --- a/doc/docinfo.html +++ b/doc/docinfo.html @@ -227,8 +227,8 @@ h1, h2, h3, h4, h5 { } .literalblock pre { - font-family: monospace, 'Courier New', Courier; - line-height: normal; + font-family: "DejaVu Sans Mono", "Liberation Mono", "Lucida Console", monospace, 'Courier New', Courier; + line-height: inherit; } kbd { |