]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
doc: in dev guide, avoid Goudy Old Style font
authorJustin Viiret <justin.viiret@intel.com>
Sun, 21 Jan 2018 23:40:37 +0000 (10:40 +1100)
committerXiang Wang <xiang.w.wang@intel.com>
Wed, 24 Jan 2018 06:51:45 +0000 (01:51 -0500)
doc/dev-reference/_static/hyperscan.css

index 581314ac2d3998a51bd4ecd55fd8834043aeedc8..c39ddd8d8b8b3bf1834edce854102cd478c3a13c 100644 (file)
@@ -2,3 +2,9 @@
 .regexp {
   color: darkred !important;
 }
+
+/* Avoid (the alabaster theme default) Goudy Old Style, which renders in
+ * italics on some Mac/Safari systems. */
+body {
+    font-family: 'minion pro', 'bell mt', Georgia, 'Hiragino Mincho Pro', serif;
+}