matcha-theme 1.0.10 → 1.0.12

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
Binary file
package/main.scss CHANGED
@@ -82,6 +82,18 @@
82
82
  font-weight: 700;
83
83
  font-style: normal;
84
84
  }
85
+
86
+ @font-face {
87
+ font-family: "CircularStd";
88
+ src: url("fonts/CircularStd-Black.eot");
89
+ src:
90
+ local("☺"),
91
+ url("fonts/CircularStd-Black.woff") format("woff"),
92
+ url("fonts/CircularStd-Black.ttf") format("truetype"),
93
+ url("fonts/CircularStd-Black.svg") format("svg");
94
+ font-weight: 900;
95
+ font-style: normal;
96
+ }
85
97
  // -------------------------------------------------------------------------------------------------------------------
86
98
  // @ CORE - Mixins and Includes
87
99
  // -------------------------------------------------------------------------------------------------------------------
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-theme",
3
- "version": "1.0.10",
3
+ "version": "1.0.12",
4
4
  "description": "styles for matcha-design-system",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -160,7 +160,8 @@
160
160
  right: 0;
161
161
  margin-top: -52px;
162
162
  margin-right: 24px;
163
- font-family: "CircularStd-Bold";
163
+ font-family: "CircularStd";
164
+ font-weight: 700;
164
165
  color: map-get($foreground, label);
165
166
  }
166
167
 
@@ -2104,7 +2104,8 @@ Docs & License: https://fullcalendar.io/
2104
2104
 
2105
2105
  .cal-header {
2106
2106
  text-align: center;
2107
- font-family: "CircularStd-Bold";
2107
+ font-family: "CircularStd";
2108
+ font-weight: 700;
2108
2109
 
2109
2110
  .cal-cell {
2110
2111
  padding: 5px 0;
@@ -2172,7 +2173,8 @@ Docs & License: https://fullcalendar.io/
2172
2173
  min-width: 10px;
2173
2174
  padding: 3px 7px;
2174
2175
  font-size: 12px;
2175
- font-family: "CircularStd-Bold";
2176
+ font-family: "CircularStd";
2177
+ font-weight: 700;
2176
2178
  line-height: 1;
2177
2179
  text-align: center;
2178
2180
  white-space: nowrap;
@@ -2543,7 +2545,8 @@ Docs & License: https://fullcalendar.io/
2543
2545
  }
2544
2546
 
2545
2547
  .cal-week-view .cal-time {
2546
- font-family: "CircularStd-Bold";
2548
+ font-family: "CircularStd";
2549
+ font-weight: 700;
2547
2550
  padding-top: 5px;
2548
2551
  width: 70px;
2549
2552
  text-align: center;
@@ -2658,7 +2661,8 @@ Docs & License: https://fullcalendar.io/
2658
2661
  }
2659
2662
 
2660
2663
  .cal-day-view .cal-time {
2661
- font-family: "CircularStd-Bold";
2664
+ font-family: "CircularStd";
2665
+ font-weight: 700;
2662
2666
  width: 70px;
2663
2667
  height: 100%;
2664
2668
  display: -webkit-box;