@electron-fonts/vazirmatn
Version:
Vazirmatn font injector to electron aplications.
62 lines (54 loc) • 1.41 kB
CSS
@font-face {
font-family: "Vazirmatn";
src: url(../fonts/Vazirmatn-Thin.ttf) format("truetype");
font-style: normal;
font-weight: 100;
}
@font-face {
font-family: "Vazirmatn";
src: url(../fonts/Vazirmatn-ExtraLight.ttf) format("truetype");
font-style: normal;
font-weight: 200;
}
@font-face {
font-family: "Vazirmatn";
src: url(../fonts/Vazirmatn-Light.ttf) format("truetype");
font-style: normal;
font-weight: 300;
}
@font-face {
font-family: "Vazirmatn";
src: url(../fonts/Vazirmatn-Regular.ttf) format("truetype");
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: "Vazirmatn";
src: url(../fonts/Vazirmatn-Medium.ttf) format("truetype");
font-style: normal;
font-weight: 500;
}
@font-face {
font-family: "Vazirmatn";
src: url(../fonts/Vazirmatn-SemiBold.ttf) format("truetype");
font-style: normal;
font-weight: 600;
}
@font-face {
font-family: "Vazirmatn";
src: url(../fonts/Vazirmatn-Bold.ttf) format("truetype");
font-style: normal;
font-weight: 700;
}
@font-face {
font-family: "Vazirmatn";
src: url(../fonts/Vazirmatn-ExtraBold.ttf) format("truetype");
font-style: normal;
font-weight: 700;
}
@font-face {
font-family: "Vazirmatn";
src: url(../fonts/Vazirmatn-Black.ttf) format("truetype");
font-style: normal;
font-weight: 900;
}