| export default { | |
| content: ["./index.html", "./src/**/*.{js,jsx}"], | |
| theme: { | |
| extend: { | |
| fontFamily: { | |
| sans: ["Inter", "ui-sans-serif", "system-ui", "sans-serif"] | |
| } | |
| } | |
| }, | |
| plugins: [] | |
| }; | |
| export default { | |
| content: ["./index.html", "./src/**/*.{js,jsx}"], | |
| theme: { | |
| extend: { | |
| fontFamily: { | |
| sans: ["Inter", "ui-sans-serif", "system-ui", "sans-serif"] | |
| } | |
| } | |
| }, | |
| plugins: [] | |
| }; | |