css
Copy
Edit
@font-face {
font-family: 'Dirooz'; /* یا 'Mikhak' */
src: url('fonts/Dirooz.woff2') format('woff2'),
url('fonts/Dirooz.woff2') format('woff2'),
url('fonts/Dirooz.woff2') format('truetype');
font-weight: normal;
font-style: normal;
}

body {
font-family: 'Dirooz', sans-serif !important;
}