asciidoctor-epub3 2.1.3 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,5 @@
1
+ @charset "UTF-8";
2
+
1
3
  $black: #000000;
2
4
  $off-black: #101010;
3
5
  $deep-gray: #202020;
@@ -1,3 +1,5 @@
1
+ @charset "UTF-8";
2
+
1
3
  /* educate older readers about tags introduced in HTML5 */
2
4
  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
3
5
  display: block;
@@ -1,3 +1,5 @@
1
+ @charset "UTF-8";
2
+
1
3
  /* Gitden & Namo default to 16px font-size; bump it to 19px (118.75%) */
2
4
  body.gitden-reader,
3
5
  body.namo-epub-library {
@@ -16,8 +18,8 @@ body.gitden-reader pre {
16
18
  white-space: pre-wrap !important; /* Gitden must be applying white-space: pre !important */
17
19
  }
18
20
 
19
- body h1, body h2, body h3:not(.list-heading), body h4, body h5, body h6,
20
- h1 :not(code), h2 :not(code), h3:not(.list-heading) :not(code), h4 :not(code), h5 :not(code), h6 :not(code) {
21
+ body h1, body h2, body h3, body h4, body h5, body h6,
22
+ h1 :not(code), h2 :not(code), h3 :not(code), h4 :not(code), h5 :not(code), h6 :not(code) {
21
23
  /* !important required to override custom font setting in Kindle / Gitden / Namo */
22
24
  /* Gitden requires the extra weight of a parent selector; it also makes headings bold when custom font is specified */
23
25
  /* Kindle and Gitden require the override on heading child elements */
@@ -62,7 +64,7 @@ body code, body kbd, body :not(.verse) > pre, :not(.verse) > pre :not(code) {
62
64
  .icon {
63
65
  display: inline-block;
64
66
  /* !important required to override custom font setting in Kindle (since .icon can appear inside a span) */
65
- font-family: "FontAwesome" !important;
67
+ font-family: "Font Awesome 6 Free Solid", monospace !important;
66
68
  font-style: normal !important;
67
69
  font-weight: normal !important;
68
70
  line-height: 1;
@@ -1,3 +1,5 @@
1
+ @charset "UTF-8";
2
+
1
3
  @font-face {
2
4
  font-family: "Noto Serif";
3
5
  font-style: normal;
@@ -35,14 +37,14 @@
35
37
  }
36
38
 
37
39
  @font-face {
38
- font-family: "M+ 1p";
40
+ font-family: "M+ 1p light";
39
41
  font-style: normal;
40
42
  font-weight: 200;
41
43
  src: url(../fonts/mplus1p-light-latin.ttf);
42
44
  }
43
45
 
44
46
  @font-face {
45
- font-family: "M+ 1p";
47
+ font-family: "M+ 1p bold";
46
48
  font-style: normal;
47
49
  font-weight: 700;
48
50
  src: url(../fonts/mplus1p-bold-latin.ttf);
@@ -80,7 +82,7 @@
80
82
  }
81
83
 
82
84
  @font-face {
83
- font-family: "FontAwesome";
85
+ font-family: "Font Awesome 6 Free Solid";
84
86
  font-style: normal;
85
87
  font-weight: normal;
86
88
  src: url(../fonts/awesome/fa-solid-900.ttf);