63 lines
1.5 KiB
CSS
63 lines
1.5 KiB
CSS
@font-face {
|
|
font-family: 'iran-sans';
|
|
font-style: thin;
|
|
font-weight: 100;
|
|
src: url('~/assets/fonts/iransans/IRANSansX-Thin.ttf') format('truetype');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'iran-sans';
|
|
font-style: 'ultra-light';
|
|
font-weight: 200;
|
|
src: url('~/assets/fonts/iransans/IRANSansX-UltraLight.ttf') format('truetype');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'iran-sans';
|
|
font-style: light;
|
|
font-weight: 300;
|
|
src: url('~/assets/fonts/iransans/IRANSansX-Light.ttf') format('truetype');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'iran-sans';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url('~/assets/fonts/iransans/IRANSansX-Regular.ttf') format('truetype');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'iran-sans';
|
|
font-style: medium;
|
|
font-weight: 500;
|
|
src: url('~/assets/fonts/iransans/IRANSansX-Medium.ttf') format('truetype');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'iran-sans';
|
|
font-style: 'semi-bold';
|
|
font-weight: 600;
|
|
src: url('~/assets/fonts/iransans/IRANSansX-SemiBold.ttf') format('truetype');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'iran-sans';
|
|
font-style: bold;
|
|
font-weight: 700;
|
|
src: url('~/assets/fonts/iransans/IRANSansX-Bold.ttf') format('truetype');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'iran-sans';
|
|
font-style: 'extra-bold';
|
|
font-weight: 800;
|
|
src: url('~/assets/fonts/iransans/IRANSansX-ExtraBold.ttf') format('truetype');
|
|
}
|
|
|
|
|
|
@font-face {
|
|
font-family: 'iran-sans';
|
|
font-style: black;
|
|
font-weight: 900;
|
|
src: url('~/assets/fonts/iransans/IRANSansX-Black.ttf') format('truetype');
|
|
} |