@conduction/theme 1.0.0 → 1.0.2

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
package/package.json CHANGED
@@ -1,11 +1,8 @@
1
1
  {
2
2
  "name": "@conduction/theme",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Conduction's design tokens theme",
5
5
  "main": "index.js",
6
- "scripts": {
7
- "build": "tsc"
8
- },
9
6
  "repository": {
10
7
  "type": "git",
11
8
  "url": "git+https://github.com/ConductionNL/conduction-theme.git"
package/theme.css CHANGED
@@ -275,5 +275,5 @@
275
275
 
276
276
  @font-face {
277
277
  font-family: "Aldritch";
278
- src: url("//db.onlinewebfonts.com/t/8adb01f8db81e96685a037d275971bed.woff2") format("woff2");
278
+ src: url("./fonts/Aldritch.woff2") format("woff2");
279
279
  }