metanorma-rsd 1.0.11 → 1.0.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3c75985bbd80812519a605420d59f996f00bc7087b1faa601d19cd04ed79e920
4
- data.tar.gz: b14bff4bfa91304dcb9a5310f309857e526b37b0ae4cd6486d1255bb1956f41d
3
+ metadata.gz: 17ba99fe26d10086b67c51a7bf7faf38306fdc9bac155769de589e2e73786f01
4
+ data.tar.gz: 48ea14db4faa42a5eadd58e194d0700b80a345ab7e99d58e6b66d7e3713d5fe4
5
5
  SHA512:
6
- metadata.gz: ce2e6bd40650ab5e001914fff7dbc63560003d917d696523dd11b8809a49423d857498435ae8598d95a4b9f136a75e5c3b6866fbdd5a6eefd5fe73da3f7cd7be
7
- data.tar.gz: d75888935fa5b0004e4c132bda759c7b4be64aa7e6237db91fb155b4c832056f15ac5be8ec3a96160d215ea7bc55a4765de40891b40c05fe84d69f1c2902a622
6
+ metadata.gz: 0044e7343d26dd42403bd86aa4187b6760b7215fa7fdee07dbe3d03f4b7598695f3f11879fe04abeaf8cc9ffc6b21df2444de348e152ae36e8115f7fcac27307
7
+ data.tar.gz: 630ca871edef588bd03c656abe35d537b37f20f737f64ff76138b4ff5df371e96c0fdad4b5da77d49caad69ce2a098e250d808e14000e87c7378803ad46afde4
@@ -75,6 +75,12 @@ time, mark, audio, video {
75
75
 
76
76
  code, pre, tt, kbd, samp {
77
77
  font-family: $monospacefont;
78
+ font-variant-ligatures: none;
79
+ }
80
+
81
+ code *, pre *, tt *, kbd *, samp * {
82
+ font-family: $monospacefont !important;
83
+ font-variant-ligatures: none;
78
84
  }
79
85
 
80
86
  h1, h2, h3, h4, h5, h6, .h2Annex {
@@ -567,6 +573,7 @@ p.Biblio, p.NormRef {
567
573
 
568
574
  .figure, .Sourcecode {
569
575
  font-family: $monospacefont;
576
+ font-variant-ligatures: none;
570
577
  background-color: #f7f7f7;
571
578
  font-size: 0.8em;
572
579
  line-height: 1.6em;
@@ -709,6 +716,7 @@ a.footnote-number {
709
716
 
710
717
  .contact-info p, .contact-info a {
711
718
  font-family: $monospacefont;
719
+ font-variant-ligatures: none;
712
720
  font-weight: 400;
713
721
  }
714
722
 
@@ -893,6 +901,7 @@ To top button
893
901
 
894
902
  #myBtn {
895
903
  font-family: $monospacefont;
904
+ font-variant-ligatures: none;
896
905
  display: none;
897
906
  position: fixed;
898
907
  bottom: 20px;
@@ -1,5 +1,5 @@
1
1
  module Metanorma
2
2
  module Rsd
3
- VERSION = "1.0.11"
3
+ VERSION = "1.0.12"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metanorma-rsd
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.11
4
+ version: 1.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-12-11 00:00:00.000000000 Z
11
+ date: 2018-12-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: asciidoctor