@electron-fonts/teko
Version:
Teko font injector to electron aplications.
34 lines (30 loc) • 728 B
CSS
@font-face {
font-family: "Teko";
src: url(../fonts/Teko-Light.ttf) format("truetype");
font-style: normal;
font-weight: 300;
}
@font-face {
font-family: "Teko";
src: url(../fonts/Teko-Regular.ttf) format("truetype");
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: "Teko";
src: url(../fonts/Teko-Medium.ttf) format("truetype");
font-style: normal;
font-weight: 500;
}
@font-face {
font-family: "Teko";
src: url(../fonts/Teko-SemiBold.ttf) format("truetype");
font-style: normal;
font-weight: 600;
}
@font-face {
font-family: "Teko";
src: url(../fonts/Teko-Bold.ttf) format("truetype");
font-style: normal;
font-weight: 700;
}