diff --git a/package.json b/package.json index 4b525179..e8eaf740 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "0.39.6", + "version": "0.39.7", "private": true, "scripts": { "dev": "GENERATE_SOURCEMAP=false react-scripts start", diff --git a/public/index.html b/public/index.html index 3510f286..7220ed68 100644 --- a/public/index.html +++ b/public/index.html @@ -32,10 +32,10 @@ } -
+ diff --git a/tailwind.css b/tailwind.css index 6c54b17b..44036e8f 100644 --- a/tailwind.css +++ b/tailwind.css @@ -1,7 +1,11 @@ @tailwind base; @tailwind components; @tailwind utilities; -@import "cursor"; + + +body { + font-family: Inter, sans-serif; +} .hw-full { @apply !h-full !w-full;