TorbatYar/frontend/public/fonts/yekan-bakh/yekan-bakh.css
Mortezakoohjani 800b0ba2c5 Deploy TorbatYar for torbatyar.ir with nginx multi-tenant routing.
Wire production domain, CORS for tenant subdomains, celery volume mounts, and nginx reverse proxy configs for apex, API, identity, auth, and wildcard tenants.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-21 21:43:33 +03:30

67 lines
1.7 KiB
CSS

/* Yekan Bakh FaNum Font Family */
@font-face {
font-family: 'Yekan Bakh FaNum';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url('./YekanBakhFaNum-Light.woff') format('woff');
}
@font-face {
font-family: 'Yekan Bakh FaNum';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('./YekanBakhFaNum-Regular.woff') format('woff');
}
@font-face {
font-family: 'Yekan Bakh FaNum';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url('./YekanBakhFaNum-SemiBold.woff') format('woff');
}
@font-face {
font-family: 'Yekan Bakh FaNum';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url('./YekanBakhFaNum-Bold.woff') format('woff');
}
@font-face {
font-family: 'Yekan Bakh FaNum';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url('./YekanBakhFaNum-ExtraBold.woff') format('woff');
}
/* Font Family Classes */
.font-yekan-light {
font-family: 'Yekan Bakh FaNum', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
font-weight: 300;
}
.font-yekan-regular {
font-family: 'Yekan Bakh FaNum', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
font-weight: 400;
}
.font-yekan-semibold {
font-family: 'Yekan Bakh FaNum', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
font-weight: 600;
}
.font-yekan-bold {
font-family: 'Yekan Bakh FaNum', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
font-weight: 700;
}
.font-yekan-extrabold {
font-family: 'Yekan Bakh FaNum', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
font-weight: 800;
}