canina/frontend/admin-panel/public/fonts/vazirmatn-v33.003/Round-Dots/Vazirmatn-RD-font-face.css
parsa aghaei 508356b8d3 feat: add Persian fonts, fix UI bugs, improve frontend quality
- Add local Persian fonts: Vazirmatn, Sahel, Shabnam, Lalezar, IranNastaliq
- Configure @font-face in globals.css with all font weights
- Set Vazirmatn as primary font, Lalezar for headings, Sahel for alt text
- Fix Hero image loading with crossOrigin and error fallback
- Fix SmartAdvisor disabled button contrast (WCAG compliance)
- Add visible labels for form inputs in SmartAdvisor step 1
- Fix UserDashboard null safety for walletBalance
- Fix announcement bar hydration mismatch (loading state guard)
- Fix UserDashboard null checks for profile fields
- Improve overall frontend robustness and data-loading guards
2026-07-11 19:48:43 +03:30

73 lines
1.6 KiB
CSS

/* Generated by script */
@font-face {
font-family: Vazirmatn RD;
src: url('fonts/webfonts/Vazirmatn-RD-Thin.woff2') format('woff2');
font-weight: 100;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: Vazirmatn RD;
src: url('fonts/webfonts/Vazirmatn-RD-ExtraLight.woff2') format('woff2');
font-weight: 200;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: Vazirmatn RD;
src: url('fonts/webfonts/Vazirmatn-RD-Light.woff2') format('woff2');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: Vazirmatn RD;
src: url('fonts/webfonts/Vazirmatn-RD-Regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: Vazirmatn RD;
src: url('fonts/webfonts/Vazirmatn-RD-Medium.woff2') format('woff2');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: Vazirmatn RD;
src: url('fonts/webfonts/Vazirmatn-RD-SemiBold.woff2') format('woff2');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: Vazirmatn RD;
src: url('fonts/webfonts/Vazirmatn-RD-Bold.woff2') format('woff2');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: Vazirmatn RD;
src: url('fonts/webfonts/Vazirmatn-RD-ExtraBold.woff2') format('woff2');
font-weight: 800;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: Vazirmatn RD;
src: url('fonts/webfonts/Vazirmatn-RD-Black.woff2') format('woff2');
font-weight: 900;
font-style: normal;
font-display: swap;
}