From add7a7dc8d415b51e6ef992eec909db0936d21a6 Mon Sep 17 00:00:00 2001 From: Fernando Falci Date: Tue, 23 Apr 2024 19:44:44 +0200 Subject: [PATCH] chore: font face inter --- index.html | 2 +- package.json | 1 + tailwind.config.js | 4 +++- yarn.lock | 18 ++++++++++++++++++ 4 files changed, 23 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 74f279e..e774bd0 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ WALLET.ID - +
diff --git a/package.json b/package.json index 4014421..b237193 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "eslint-plugin-react-refresh": "^0.4.6", "postcss": "^8.4.38", "tailwindcss": "^3.4.3", + "tailwindcss-font-inter": "^3.0.1", "vite": "^5.2.0" } } diff --git a/tailwind.config.js b/tailwind.config.js index d21f1cd..8c30ff1 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,8 +1,10 @@ +import inter from 'tailwindcss-font-inter'; + /** @type {import('tailwindcss').Config} */ export default { content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'], theme: { extend: {}, }, - plugins: [], + plugins: [inter], }; diff --git a/yarn.lock b/yarn.lock index cc9ef4f..d6873be 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1422,6 +1422,11 @@ resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.2.tgz#5950e50960793055845e956c427fc2b0d70c5239" integrity sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw== +"@types/parse-unit@^1.0.1": + version "1.0.3" + resolved "https://registry.yarnpkg.com/@types/parse-unit/-/parse-unit-1.0.3.tgz#87aa885c0c6a18b927cdf5272ba4b97e80d88408" + integrity sha512-huu6LsYM5YB1cJnMXZuZ3zjQ7pakbnGu0WRq+QQ7jmDDVenenpG8B5DFAcbPMf2RTRUanWt/GvWMm/bW5yd/UA== + "@types/prop-types@*": version "15.7.12" resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.12.tgz#12bb1e2be27293c1406acb6af1c3f3a1481d98c6" @@ -4588,6 +4593,11 @@ parse-json@^5.0.0: json-parse-even-better-errors "^2.3.0" lines-and-columns "^1.1.6" +parse-unit@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/parse-unit/-/parse-unit-1.0.1.tgz#7e1bb6d5bef3874c28e392526a2541170291eecf" + integrity sha512-hrqldJHokR3Qj88EIlV/kAyAi/G5R2+R56TBANxNMy0uPlYcttx0jnMW6Yx5KsKPSbC3KddM/7qQm3+0wEXKxg== + path-exists@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3" @@ -5543,6 +5553,14 @@ system-architecture@^0.1.0: resolved "https://registry.yarnpkg.com/system-architecture/-/system-architecture-0.1.0.tgz#71012b3ac141427d97c67c56bc7921af6bff122d" integrity sha512-ulAk51I9UVUyJgxlv9M6lFot2WP3e7t8Kz9+IS6D4rVba1tR9kON+Ey69f+1R4Q8cd45Lod6a4IcJIxnzGc/zA== +tailwindcss-font-inter@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/tailwindcss-font-inter/-/tailwindcss-font-inter-3.0.1.tgz#1a53688c42ff56eb2517fd11a9edb65fe71f0a89" + integrity sha512-wN0uIB+OzQk8ItqFoEl/eQM4H05AgNbqlI++IDb5B4Fqz8imee2dJAy85jyARwTUUouMwdwdBjx7yxXf22CyCg== + dependencies: + "@types/parse-unit" "^1.0.1" + parse-unit "^1.0.1" + tailwindcss@^3.4.3: version "3.4.3" resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.3.tgz#be48f5283df77dfced705451319a5dffb8621519"