anycoder-6d5b65da / styles /globals.css
Mehdi
Upload styles/globals.css with huggingface_hub
83b05d4 verified
Raw
History Blame Contribute Delete
299 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
@font-face {
font-family: 'Vazirmatn';
src: url('/fonts/Vazirmatn-Regular.woff2') format('woff2');
font-weight: normal;
font-style: normal;
font-display: swap;
}
body {
direction: rtl;
font-family: 'Vazirmatn', sans-serif;
}