fix: font

This commit is contained in:
Mahyar Khanbolooki
2025-07-01 01:39:53 +03:30
parent ec4d6d8523
commit 9b1333fcf5
2 changed files with 7 additions and 18 deletions
+6 -6
View File
@@ -1,42 +1,42 @@
/* Irancell Font Section */
@font-face {
font-family: 'Irancell';
src: url('/assets/fonts/Irancell_ExtraLight.woff2') format('woff2');
src: url(/assets/fonts/Irancell_ExtraLight.ttf);
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'Irancell';
src: url('/assets/fonts/Irancell_Light.woff2') format('woff2');
src: url(/assets/fonts/Irancell_Light.ttf);
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Irancell';
src: url('/assets/fonts/Irancell_Regular.woff2') format('woff2');
src: url(/assets/fonts/Irancell_Regular.ttf);
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Irancell';
src: url('/assets/fonts/Irancell_Medium.woff2') format('woff2');
src: url(/assets/fonts/Irancell_Medium.ttf);
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Irancell';
src: url('/assets/fonts/Irancell_Bold.woff2') format('woff2');
src: url(/assets/fonts/Irancell_Bold.ttf);
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Irancell';
src: url('/assets/fonts/Irancell_ExtraBold.woff2') format('woff2');
src: url(/assets/fonts/Irancell_ExtraBold.ttf);
font-weight: 800;
font-style: normal;
}