From efd76cb5c5eac1529ba09456fd6cbcd947bb938d Mon Sep 17 00:00:00 2001 From: Justin Viiret Date: Mon, 22 Jan 2018 10:40:37 +1100 Subject: [PATCH] doc: in dev guide, avoid Goudy Old Style font --- doc/dev-reference/_static/hyperscan.css | 6 ++++++ 1 file changed, 6 insertions(+) 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; +}