@rdna/radiants 0.1.5 → 0.1.7
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.
|
Binary file
|
|
Binary file
|
package/fonts-editorial.css
CHANGED
|
@@ -14,6 +14,22 @@
|
|
|
14
14
|
font-display: optional;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
+
@font-face {
|
|
18
|
+
font-family: 'Waves Blackletter CPC Shadow';
|
|
19
|
+
src: url('./fonts/WavesBlackletterCPC-Shadow.woff2') format('woff2');
|
|
20
|
+
font-weight: 400;
|
|
21
|
+
font-style: normal;
|
|
22
|
+
font-display: optional;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
@font-face {
|
|
26
|
+
font-family: 'Waves Blackletter CPC Inline';
|
|
27
|
+
src: url('./fonts/WavesBlackletterCPC-Inline.woff2') format('woff2');
|
|
28
|
+
font-weight: 400;
|
|
29
|
+
font-style: normal;
|
|
30
|
+
font-display: optional;
|
|
31
|
+
}
|
|
32
|
+
|
|
17
33
|
/* Waves Tiny CPC - Decorative pixel caption
|
|
18
34
|
----------------------------------------------------------------------------- */
|
|
19
35
|
|
package/fonts.css
CHANGED
|
@@ -30,6 +30,8 @@
|
|
|
30
30
|
--font-joystix: 'Joystix Monospace', monospace;
|
|
31
31
|
--font-pixel-code: 'PixelCode', monospace;
|
|
32
32
|
--font-blackletter: 'Waves Blackletter CPC', serif;
|
|
33
|
+
--font-blackletter-shadow: 'Waves Blackletter CPC Shadow', serif;
|
|
34
|
+
--font-blackletter-inline: 'Waves Blackletter CPC Inline', serif;
|
|
33
35
|
--font-pixeloid: 'Pixeloid Sans', sans-serif;
|
|
34
36
|
--font-waves-tiny: 'Waves Tiny CPC', serif;
|
|
35
37
|
}
|
package/package.json
CHANGED
|
@@ -101,7 +101,7 @@ export const spacing = {
|
|
|
101
101
|
/** Between paragraphs in the same section */
|
|
102
102
|
paragraph: 0.75,
|
|
103
103
|
/** Before a heading (establishes new section) */
|
|
104
|
-
headingBefore:
|
|
104
|
+
headingBefore: 0.75,
|
|
105
105
|
/** After a heading (ties heading to its content) */
|
|
106
106
|
headingAfter: 0.5,
|
|
107
107
|
/** Around horizontal rules */
|