mirror of
https://git.meshkee.com/Meshkee/dashboards.git
synced 2026-08-12 06:40:57 +04:30
Includes business, customer, and super-admin apps with shared packages and production deploy scripts. Co-authored-by: Cursor <cursoragent@cursor.com>
24 lines
534 B
CSS
24 lines
534 B
CSS
@font-face {
|
|
font-family: 'YekanBakh';
|
|
src: url('/fonts/yekanbakh/YekanBakh-Light.woff2') format('woff2');
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'YekanBakh';
|
|
src: url('/fonts/yekanbakh/YekanBakh-Regular.woff2') format('woff2');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'YekanBakh';
|
|
src: url('/fonts/yekanbakh/YekanBakh-Bold.woff2') format('woff2');
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|