add: login page fundamentals

This commit is contained in:
Mahyar Khanbolooki
2025-06-30 21:17:35 +03:30
parent 268782fcc5
commit 09d1093253
28 changed files with 563 additions and 22 deletions
+43
View File
@@ -0,0 +1,43 @@
/* Irancell Font Section */
@font-face {
font-family: 'Irancell';
src: url('/assets/fonts/Irancell_ExtraLight.woff2') format('woff2');
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'Irancell';
src: url('/assets/fonts/Irancell_Light.woff2') format('woff2');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Irancell';
src: url('/assets/fonts/Irancell_Regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Irancell';
src: url('/assets/fonts/Irancell_Medium.woff2') format('woff2');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Irancell';
src: url('/assets/fonts/Irancell_Bold.woff2') format('woff2');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Irancell';
src: url('/assets/fonts/Irancell_ExtraBold.woff2') format('woff2');
font-weight: 800;
font-style: normal;
}
/* ------------------ */