You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
388 B

@font-face {
font-family: 'Vasir';
src: url('../fonts/Vazirmatn-Medium.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Vasir';
src: url('../fonts/Vazirmatn-Bold.woff2') format('woff2');
font-weight: bold;
font-style: normal;
}
*,
html,
body {
font-family: 'Vasir';
}
.text-bold{
font-weight: bold;
}