From: Thibaut Cuvelier Date: Sat, 7 Jan 2023 02:40:27 +0000 (+0100) Subject: LyXHTML: use a value of font-weight that makes sense instead of a nonexistent medium. X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=4c1f9d1161d91acfdd982ce16f6ed7b0c6defe63;p=features.git LyXHTML: use a value of font-weight that makes sense instead of a nonexistent medium. --- 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;