From 7786b9578a2d9bfc43bff01a1934621040079d3d Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Wed, 22 Oct 2025 05:15:14 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20=E2=80=94=20[ep=5Fheadings2]=20A?= =?UTF-8?q?dd=20fallback=20font-policy=20for=20code=20in=20stylesForExport?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ep_headings2/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ep_headings2/index.js b/ep_headings2/index.js index d016b61d7..04ab90bbe 100644 --- a/ep_headings2/index.js +++ b/ep_headings2/index.js @@ -15,7 +15,7 @@ exports.stylesForExport = () => ( 'h2{font-size: 1.8em;}\n' + 'h3{font-size: 1.5em;}\n' + 'h4{font-size: 1.2em;}\n' + - 'code{font-family: RobotoMono;}\n'); + 'code{font-family: RobotoMono, mono;}\n'); const _analyzeLine = (alineAttrs, apool) => { let header = null;