diff --git a/src/App.js b/src/App.js index ce1f43e..493fed0 100644 --- a/src/App.js +++ b/src/App.js @@ -146,7 +146,7 @@ function App() { {/* */} {/* */} {/* */} - {/* */} + {/* */} {/* */} {/* */} diff --git a/tailwind.config.js b/tailwind.config.js index 05411aa..2031cb0 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -6,7 +6,11 @@ module.exports = { "./node_modules/tw-elements/dist/js/**/*.js", ], theme: { - extend: {}, + extend: { + fontFamily: { + iransansBold: ["iransansBold"], + }, + }, textColor: (theme) => ({ ...theme("colors"),