19 lines
360 B
CSS
19 lines
360 B
CSS
@font-face {
|
|
font-family: "irancell";
|
|
font-style: thin;
|
|
font-weight: 200;
|
|
src: url("./irancell-extralight.ttf");
|
|
}
|
|
@font-face {
|
|
font-family: "irancell";
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
src: url("./irancell-light.ttf");
|
|
}
|
|
@font-face {
|
|
font-family: "irancell";
|
|
font-style: thin;
|
|
font-weight: 600;
|
|
src: url("./irancell-bold.ttf");
|
|
}
|