From 8d37a728a857ad7d42e7d60f9d792abfefc22412 Mon Sep 17 00:00:00 2001 From: Fernando Falci Date: Thu, 25 Apr 2024 12:49:15 +0200 Subject: [PATCH] chore: use font inter --- index.html | 10 +++++++++- tailwind.config.js | 3 +++ 2 files changed, 12 insertions(+), 1 deletion(-) 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: [],