Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
175 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
body {
@apply font-sans;
}
h1,
h2,
h3,
h4,
h5,
h6 {
@apply font-mono;
}
}