diff --git a/package-lock.json b/package-lock.json index ac48047d..3899c1d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "viem": "^2.16.4", "wagmi": "^2.5.7", "widgetv1": "npm:@skip-go/widget@^2.5.2", - "widgetv2": "npm:@skip-go/widget@3.0.7", + "widgetv2": "npm:@skip-go/widget@3.0.8", "zod": "^3.22.4", "zustand": "^4.5.0" }, @@ -35853,9 +35853,9 @@ }, "node_modules/widgetv2": { "name": "@skip-go/widget", - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/@skip-go/widget/-/widget-3.0.7.tgz", - "integrity": "sha512-qpt98CEw2gkka4tXqkx5BUSHYXeSfg/xKrY6eV2s61/vsZ8hyVotB/dgHdjrHNM3Ph8vjBH4VKW5emrEqi5bwQ==", + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/@skip-go/widget/-/widget-3.0.8.tgz", + "integrity": "sha512-KMID63sOv6KqPRwutqDwWP1Ar0XXFqyw8UrbpaZUxU0bZvp/j/tqX80fU+Qa/HXMFgZ9Jw/oYRVIq6guDspgWA==", "dependencies": { "@ebay/nice-modal-react": "^1.2.13", "@eslint/compat": "^1.1.1", diff --git a/package.json b/package.json index 02f80e2c..bcf3aef4 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "viem": "^2.16.4", "wagmi": "^2.5.7", "widgetv1": "npm:@skip-go/widget@^2.5.2", - "widgetv2": "npm:@skip-go/widget@3.0.7", + "widgetv2": "npm:@skip-go/widget@3.0.8", "zod": "^3.22.4", "zustand": "^4.5.0" }, diff --git a/src/styles/globals.css b/src/styles/globals.css index 22d94cce..bd6213e1 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -1,84 +1,3 @@ @tailwind base; @tailwind components; -@tailwind utilities; - -@layer base { - @font-face { - font-family: ABCDiatype; - font-weight: 100; - src: url(/fonts/dia/ABCDiatype-Thin.woff2) format("woff2"); - } - @font-face { - font-family: ABCDiatype; - font-weight: 300; - src: url(/fonts/dia/ABCDiatype-Light.woff2) format("woff2"); - } - @font-face { - font-family: ABCDiatype; - font-weight: 400; - src: url(/fonts/dia/ABCDiatype-Regular.woff2) format("woff2"); - } - @font-face { - font-family: ABCDiatype; - font-weight: 500; - src: url(/fonts/dia/ABCDiatype-Medium.woff2) format("woff2"); - } - @font-face { - font-family: ABCDiatype; - font-weight: 700; - src: url(/fonts/dia/ABCDiatype-Bold.woff2) format("woff2"); - } - @font-face { - font-family: ABCDiatype; - font-weight: 900; - src: url(/fonts/dia/ABCDiatype-Black.woff2) format("woff2"); - } - /* italic */ - @font-face { - font-family: ABCDiatype; - font-style: italic; - font-weight: 100; - src: url(/fonts/dia/ABCDiatype-ThinItalic.woff2) format("woff2"); - } - @font-face { - font-family: ABCDiatype; - font-style: italic; - font-weight: 300; - src: url(/fonts/dia/ABCDiatype-LightItalic.woff2) format("woff2"); - } - @font-face { - font-family: ABCDiatype; - font-style: italic; - font-weight: 400; - src: url(/fonts/dia/ABCDiatype-RegularItalic.woff2) format("woff2"); - } - @font-face { - font-family: ABCDiatype; - font-style: italic; - font-weight: 500; - src: url(/fonts/dia/ABCDiatype-MediumItalic.woff2) format("woff2"); - } - @font-face { - font-family: ABCDiatype; - font-style: italic; - font-weight: 700; - src: url(/fonts/dia/ABCDiatype-BoldItalic.woff2) format("woff2"); - } - @font-face { - font-family: ABCDiatype; - font-style: italic; - font-weight: 900; - src: url(/fonts/dia/ABCDiatype-BlackItalic.woff2) format("woff2"); - } - - @font-face { - font-family: ABCDiatypeMono; - font-weight: 400; - src: url(/fonts/dia/ABCDiatypeMono-Regular.woff2) format("woff2"); - } - @font-face { - font-family: ABCDiatypeMono; - font-weight: 500; - src: url(/fonts/dia/ABCDiatypeMono-Medium.woff2) format("woff2"); - } -} +@tailwind utilities; \ No newline at end of file