cronapp-framework-js
Version:
Javascript library for CronApp's projects
97 lines (84 loc) • 2.1 kB
CSS
@font-face {
font-family: "Work Sans";
font-style: normal;
font-weight: 400;
src: url('WorkSans-Regular.ttf') format('truetype');
}
@font-face {
font-family: "Work Sans";
font-style: italic;
font-weight: 400;
src: url('WorkSans-Italic.ttf') format('truetype');
}
@font-face {
font-family: "Work Sans";
font-style: normal;
font-weight: 300;
src: url('WorkSans-Light.ttf') format('truetype');
}
@font-face {
font-family: "Work Sans";
font-style: italic;
font-weight: 300;
src: url('WorkSans-LightItalic.ttf') format('truetype');
}
@font-face {
font-family: "Work Sans";
font-style: normal;
font-weight: 200;
src: url('WorkSans-Thin.ttf') format('truetype');
}
@font-face {
font-family: "Work Sans";
font-style: italic;
font-weight: 200;
src: url('WorkSans-ThinItalic.ttf') format('truetype');
}
@font-face {
font-family: "Work Sans";
font-style: normal;
font-weight: 500;
src: url('WorkSans-Medium.ttf') format('truetype');
}
@font-face {
font-family: "Work Sans";
font-style: italic;
font-weight: 500;
src: url('WorkSans-MediumItalic.ttf') format('truetype');
}
@font-face {
font-family: "Work Sans";
font-style: normal;
font-weight: 600;
src: url('WorkSans-SemiBold.ttf') format('truetype');
}
@font-face {
font-family: "Work Sans";
font-style: italic;
font-weight: 600;
src: url('WorkSans-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
font-family: "Work Sans";
font-style: normal;
font-weight: 700;
src: url('WorkSans-Bold.ttf') format('truetype');
}
@font-face {
font-family: "Work Sans";
font-style: italic;
font-weight: 700;
src: url('WorkSans-BoldItalic.ttf') format('truetype');
}
@font-face {
font-family: "Work Sans";
font-style: normal;
font-weight: 800;
src: url('WorkSans-Black.ttf') format('truetype');
}
@font-face {
font-family: "Work Sans";
font-style: italic;
font-weight: 800;
src: url('WorkSans-BlackItalic.ttf') format('truetype');
}