vipassana-design-standards 0.0.7 → 0.0.8

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.
@@ -52,6 +52,12 @@
52
52
  font-weight: normal;
53
53
  font-style: normal;
54
54
  }
55
+ @font-face {
56
+ font-family: 'FootLight';
57
+ src: url('../fonts/FootlightMTProRegular.woff');
58
+ font-weight: 600;
59
+ font-style: normal;
60
+ }
55
61
  @font-face {
56
62
  font-family: 'Lato';
57
63
  src: url('../fonts/Lato-Regular.woff');
@@ -122,7 +122,7 @@ select, button {
122
122
  border-radius: 3px;
123
123
  }
124
124
 
125
- canvas {
125
+ .vipassana-logo, canvas {
126
126
  /* out of screen */
127
127
  visibility: hidden;
128
128
  position: absolute;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vipassana-design-standards",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "Vipassana design standards materials",
5
5
  "homepage": "https://design-standards.dhamma.org",
6
6
  "author": "Dhamma Workers"