aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-03-16 08:35:55 -0700
committerGerald Combs <gerald@wireshark.org>2018-03-16 15:36:48 +0000
commita58dac70b54b23f13db849eb6e7feae1e5855684 (patch)
tree7ce9c1010e7a3bbc1bca5f9d3769fb715d725059 /docbook
parent093efd9c30cf293febb35a92000e50813b6811e4 (diff)
CSS: Fix a font.
Change-Id: I90b24efa863240986b30cc7ab2692c3883838798 Reviewed-on: https://code.wireshark.org/review/26499 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'docbook')
-rw-r--r--docbook/ws.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/docbook/ws.css b/docbook/ws.css
index dc35a7a850..67ffe5f0d7 100644
--- a/docbook/ws.css
+++ b/docbook/ws.css
@@ -281,7 +281,7 @@ h1 strong, h2 strong, h3 strong, #toctitle strong, .sidebarblock > .content > .t
*:not(pre) > code.nobreak { word-wrap: normal; }
*:not(pre) > code.nowrap { white-space: nowrap; }
-pre, pre > code { line-height: 1.45; color: rgba(0, 0, 0, 0.9); font-family: Consolas, "Liberation Mono", Courier, monospace; font-weight: normal; text-rendering: optimizeSpeed; }
+pre, pre > code { line-height: 1.45; color: rgba(0, 0, 0, 0.9); font-family: "Lucida Console", Menlo, Consolas, monospace; font-weight: normal; text-rendering: optimizeSpeed; }
em em { font-style: normal; }