10 lines
200 B
CSS
10 lines
200 B
CSS
|
/* persian */
|
||
|
@font-face {
|
||
|
font-family: Persian;
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: local("Persian"), local("Persian-Regular"), url(persian.woff2) format("woff2");
|
||
|
font-display: swap;
|
||
|
}
|
||
|
|