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; +}