summaryrefslogtreecommitdiff
path: root/test/writer.html4
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2023-01-13 08:47:19 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2023-01-13 08:47:19 -0800
commit8a1030078537ce2d55fa6208497884828473c67e (patch)
tree73b0fb55353e71692cb5886abcc9d3c99f631b9f /test/writer.html4
parent4db5b05abc4f1509f17f029017016b48cebd2f1f (diff)
HTML style template: put Consolas before Lucida Console for code font.
This is to prevent Lucida Console from being used on Windows, where there seems to be a spacing issue in some applications, with boldface glyphs wider than regular ones. Closes #8543.
Diffstat (limited to 'test/writer.html4')
-rw-r--r--test/writer.html42
1 files changed, 1 insertions, 1 deletions
diff --git a/test/writer.html4 b/test/writer.html4
index 2afc3c5a5..e2c6cb3a7 100644
--- a/test/writer.html4
+++ b/test/writer.html4
@@ -87,7 +87,7 @@
color: #606060;
}
code {
- font-family: Menlo, Monaco, 'Lucida Console', Consolas, monospace;
+ font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
font-size: 85%;
margin: 0;
hyphens: manual;