14 lines
301 B
CSS
14 lines
301 B
CSS
@font-face {
|
|
|
|
font-family: iransans;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: bold;
|
|
|
|
src: url('../fonts/IRANSansX-Bold.woff') format('woff'),
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: iransans;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
src: url('../fonts/IRANSansXV.woff') format('woff'),
|
|
|
|
}
|
|
|