lib/isodoc/gb/html/htmlcompliantstyle.scss in metanorma-gb-1.0.10 vs lib/isodoc/gb/html/htmlcompliantstyle.scss in metanorma-gb-1.0.11

- old
+ new

@@ -74,12 +74,18 @@ font-family: $bodyfont; } code, pre, tt, kbd, samp { font-family: $monospacefont; + font-variant-ligatures: none; } +code *, pre *, tt *, kbd *, samp * { + font-family: $monospacefont !important; + font-variant-ligatures: none; +} + h1, h2, h3, h4, h5, h6, .h2Annex { margin-top: 1.5em; margin-bottom: 0.3em; color: #000000; font-family: $headerfont; @@ -1021,9 +1027,10 @@ 3.6 Source Code + figures */ .Sourcecode, .figure { font-family: $monospacefont; +font-variant-ligatures: none; font-size:0.9em; line-height: 1.6em; padding: 1.5em; background-color: #f7f7f7; margin: 2em 0 1em 0;