From 4c1f9d1161d91acfdd982ce16f6ed7b0c6defe63 Mon Sep 17 00:00:00 2001 From: Thibaut Cuvelier Date: Sat, 7 Jan 2023 03:40:27 +0100 Subject: [PATCH] LyXHTML: use a value of font-weight that makes sense instead of a nonexistent medium. --- lib/layouts/stdinsets.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/layouts/stdinsets.inc b/lib/layouts/stdinsets.inc index cb038c5d74..7271e7a1a6 100644 --- a/lib/layouts/stdinsets.inc +++ b/lib/layouts/stdinsets.inc @@ -36,7 +36,7 @@ InsetLayout Marginal background-color: #F0F0F0; float:right; font-size: small; - font-weight: medium; + font-weight: normal; font-family: serif; font-variant: normal; font-style: normal; @@ -73,7 +73,7 @@ InsetLayout Foot div.foot { display: inline; font-size: small; - font-weight: medium; + font-weight: normal; font-family: serif; font-variant: normal; font-style: normal; @@ -110,7 +110,7 @@ InsetLayout Foot:InTitle span.foot_intitle { display: inline; font-size: small; - font-weight: medium; + font-weight: normal; font-family: serif; font-variant: normal; font-style: normal; -- 2.39.5