diff --git a/index.html b/index.html index 74f279e..b68b3b3 100644 --- a/index.html +++ b/index.html @@ -5,9 +5,17 @@ WALLET.ID + + + + + -
+
diff --git a/tailwind.config.js b/tailwind.config.js index d21f1cd..cd4be0c 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -2,6 +2,9 @@ export default { content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'], theme: { + fontFamily: { + inter: ['Inter', 'sans-serif'], + }, extend: {}, }, plugins: [],