@ticketboothapp/booking 0.1.22 → 0.1.23

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/text-style.css +2 -43
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ticketboothapp/booking",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "private": false,
5
5
  "sideEffects": false,
6
6
  "publishConfig": {
@@ -1,47 +1,6 @@
1
- @import url('./colours.css');
2
-
3
- @font-face {
4
- font-family: 'Poppins';
5
- font-weight: 800;
6
- src: url('assets/fonts/Poppins-ExtraBold.woff2') format('woff2'),
7
- url('assets/fonts/Poppins-ExtraBold.woff') format('woff');
8
- }
9
-
10
- @font-face {
11
- font-family: 'Figtree';
12
- font-weight: 400;
13
- src: url('assets/fonts/Figtree-Regular.woff2') format('woff2'),
14
- url('assets/fonts/Figtree-Regular.woff') format('woff');
15
- }
16
-
17
- @font-face {
18
- font-family: 'Figtree';
19
- font-weight: 700;
20
- src: url('assets/fonts/Figtree-Bold.woff2') format('woff2'),
21
- url('assets/fonts/Figtree-Bold.woff') format('woff');
22
- }
23
-
24
- @font-face {
25
- font-family: 'Northlake';
26
- font-weight: 400;
27
- src: url('assets/fonts/Northlake-Medium.woff2') format('woff2'),
28
- url('assets/fonts/Northlake-Medium.woff') format('woff');
29
- }
30
-
31
- @font-face {
32
- font-family: 'Ralders';
33
- font-weight: 800;
34
- src: url('assets/fonts/Ralders.woff2') format('woff2'),
35
- url('assets/fonts/Ralders.woff') format('woff');
36
- }
37
-
38
- @font-face {
39
- font-family: 'Snell Roundhand';
40
- font-weight: 900;
41
- src: url('assets/fonts/snellroundhand_black.woff2') format('woff2'),
42
- url('assets/fonts/snellroundhand_black.woff') format('woff');
43
- }
1
+ @import url('./colours.css');
44
2
 
3
+ /* @font-face rules live in the host app (e.g. viavia-website src/font-faces.css) so font files stay out of the npm bundle. */
45
4
 
46
5
  /* Common styles for all headings */
47
6
  h1, h2, h3, h4, h5, h6 {