[LyX/master] LyXHTML: use a value of font-weight that makes sense instead of a nonexistent medium.

Thibaut Cuvelier tcuvelier at lyx.org
Sat Jan 7 02:01:54 UTC 2023


commit 4c1f9d1161d91acfdd982ce16f6ed7b0c6defe63
Author: Thibaut Cuvelier <tcuvelier at lyx.org>
Date:   Sat Jan 7 03:40:27 2023 +0100

    LyXHTML: use a value of font-weight that makes sense instead of a nonexistent medium.
---
 lib/layouts/stdinsets.inc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/layouts/stdinsets.inc b/lib/layouts/stdinsets.inc
index cb038c5..7271e7a 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;


More information about the lyx-cvs mailing list