- 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
73 lines
1.7 KiB
CSS
73 lines
1.7 KiB
CSS
/* Generated by script */
|
|
@font-face {
|
|
font-family: Vazirmatn RD UI FD;
|
|
src: url('fonts/webfonts/Vazirmatn-RD-UI-FD-Thin.woff2') format('woff2');
|
|
font-weight: 100;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Vazirmatn RD UI FD;
|
|
src: url('fonts/webfonts/Vazirmatn-RD-UI-FD-ExtraLight.woff2') format('woff2');
|
|
font-weight: 200;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Vazirmatn RD UI FD;
|
|
src: url('fonts/webfonts/Vazirmatn-RD-UI-FD-Light.woff2') format('woff2');
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Vazirmatn RD UI FD;
|
|
src: url('fonts/webfonts/Vazirmatn-RD-UI-FD-Regular.woff2') format('woff2');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Vazirmatn RD UI FD;
|
|
src: url('fonts/webfonts/Vazirmatn-RD-UI-FD-Medium.woff2') format('woff2');
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Vazirmatn RD UI FD;
|
|
src: url('fonts/webfonts/Vazirmatn-RD-UI-FD-SemiBold.woff2') format('woff2');
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Vazirmatn RD UI FD;
|
|
src: url('fonts/webfonts/Vazirmatn-RD-UI-FD-Bold.woff2') format('woff2');
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Vazirmatn RD UI FD;
|
|
src: url('fonts/webfonts/Vazirmatn-RD-UI-FD-ExtraBold.woff2') format('woff2');
|
|
font-weight: 800;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Vazirmatn RD UI FD;
|
|
src: url('fonts/webfonts/Vazirmatn-RD-UI-FD-Black.woff2') format('woff2');
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|