@ftdata/ui 0.0.8 → 0.0.9

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.
@@ -0,0 +1,2 @@
1
+ import Inter_Italic_namespaceObject from "../../static/font/Inter-Italic.ttf";
2
+ export { Inter_Italic_namespaceObject as default };
@@ -0,0 +1,2 @@
1
+ import Inter_namespaceObject from "../../static/font/Inter.ttf";
2
+ export { Inter_namespaceObject as default };
Binary file
@@ -219,7 +219,15 @@ body {
219
219
 
220
220
  @font-face {
221
221
  font-family: Inter;
222
+ src: url(../static/font/Inter.ttf) format("truetype");
223
+ font-weight: 100 900;
222
224
  font-style: normal;
223
- src: url(../static/font/Inter-Regular.ttf) format("truetype");
225
+ }
226
+
227
+ @font-face {
228
+ font-family: Inter;
229
+ src: url(../static/font/Inter-Italic.ttf) format("truetype");
230
+ font-weight: 100 900;
231
+ font-style: italic;
224
232
  }
225
233
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ftdata/ui",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -1,2 +0,0 @@
1
- import Inter_Regular_namespaceObject from "../../static/font/Inter-Regular.ttf";
2
- export { Inter_Regular_namespaceObject as default };
Binary file