From: Justin Viiret Date: Sun, 21 Jan 2018 23:40:37 +0000 (+1100) Subject: doc: in dev guide, avoid Goudy Old Style font X-Git-Tag: v4.7.0^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efd76cb5c5eac1529ba09456fd6cbcd947bb938d;p=thirdparty%2Fvectorscan.git doc: in dev guide, avoid Goudy Old Style font --- diff --git a/doc/dev-reference/_static/hyperscan.css b/doc/dev-reference/_static/hyperscan.css index 581314ac..c39ddd8d 100644 --- a/doc/dev-reference/_static/hyperscan.css +++ b/doc/dev-reference/_static/hyperscan.css @@ -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; +}