update 7 files

master
mahdi 2 years ago
parent 8c523b1d3c
commit 961f1c14f1
  1. 2
      src/App.js
  2. 6
      tailwind.config.js

@ -146,7 +146,7 @@ function App() {
{/* <TimeLineComponent /> */} {/* <TimeLineComponent /> */}
{/* <CardTrelloDesign /> */} {/* <CardTrelloDesign /> */}
{/* <ReligiousTimes /> */} {/* <ReligiousTimes /> */}
{/* <DistributedData /> */} <DistributedData />
{/* <CardDesign1 /> */} {/* <CardDesign1 /> */}
{/* <CardDesign2 /> */} {/* <CardDesign2 /> */}
{/* <CardDesign3 /> */} {/* <CardDesign3 /> */}

@ -6,7 +6,11 @@ module.exports = {
"./node_modules/tw-elements/dist/js/**/*.js", "./node_modules/tw-elements/dist/js/**/*.js",
], ],
theme: { theme: {
extend: {}, extend: {
fontFamily: {
iransansBold: ["iransansBold"],
},
},
textColor: (theme) => ({ textColor: (theme) => ({
...theme("colors"), ...theme("colors"),

Loading…
Cancel
Save