Files
navbar-perspolis/Theme/assets/css/font.css
masterDigit b8b2400d9e first commit
2025-12-01 20:38:54 +03:30

52 lines
1.2 KiB
CSS

@font-face {
font-family: iranyekan-light;
src: url('../font/iranyekan-light.woff') format('woff');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: iranyekan-regular;
src: url('../font/iranyekan-regular.woff') format('woff');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: iranyekan-medium;
src: url('../font/iranyekan-medium.woff') format('woff');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: iranyekan-bold;
src: url('../font/iranyekan-bold.woff') format('woff');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: iranyekan-extrabold;
src: url('../font/iranyekan-extrabold.woff') format('woff');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: iranyekan-black;
src: url('../font/iranyekan-black.woff') format('woff');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: iranyekan-extrablack;
src: url('../font/iranyekan-extrablack.woff') format('woff');
font-weight: 500;
font-style: normal;
font-display: swap;
}
body{
font-family: iranyekan-medium;
}