43 lines
874 B
CSS
43 lines
874 B
CSS
|
|
/*#region Fonts*/
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Vazir';
|
||
|
|
font-style: normal;
|
||
|
|
font-weight: 300;
|
||
|
|
font-display: swap;
|
||
|
|
src: url(../fonts/Vazir-Light.ttf) format('woff2');
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Vazir';
|
||
|
|
font-style: normal;
|
||
|
|
font-weight: 400;
|
||
|
|
font-display: swap;
|
||
|
|
src: url(../fonts/Vazir-Regular.ttf) format('woff2');
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Vazir';
|
||
|
|
font-style: normal;
|
||
|
|
font-weight: 500;
|
||
|
|
font-display: swap;
|
||
|
|
src: url(../fonts/Vazir-Medium.ttf) format('woff2');
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Vazir';
|
||
|
|
font-style: normal;
|
||
|
|
font-weight: 700;
|
||
|
|
font-display: swap;
|
||
|
|
src: url(../fonts/Vazir-Bold.ttf) format('woff2');
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Vazir';
|
||
|
|
font-style: normal;
|
||
|
|
font-weight: 900;
|
||
|
|
font-display: swap;
|
||
|
|
src: url(../fonts/Vazir-Bold.ttf) format('woff2');
|
||
|
|
}
|
||
|
|
/*#endregion*/
|