cronapp-framework-js
Version:
Javascript library for CronApp's projects
69 lines (60 loc) • 1.51 kB
CSS
@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
src: url('OpenSans-Regular.ttf') format('truetype');
}
@font-face {
font-family: "Open Sans";
font-style: italic;
font-weight: 400;
src: url('OpenSans-Italic.ttf') format('truetype');
}
@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 300;
src: url('OpenSans-Light.ttf') format('truetype');
}
@font-face {
font-family: "Open Sans";
font-style: italic;
font-weight: 300;
src: url('OpenSans-LightItalic.ttf') format('truetype');
}
@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 500;
src: url('OpenSans-Semibold.ttf') format('truetype');
}
@font-face {
font-family: "Open Sans";
font-style: italic;
font-weight: 500;
src: url('OpenSans-SemiboldItalic.ttf') format('truetype');
}
@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 600;
src: url('OpenSans-Bold.ttf') format('truetype');
}
@font-face {
font-family: "Open Sans";
font-style: italic;
font-weight: 600;
src: url('OpenSans-BoldItalic.ttf') format('truetype');
}
@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 800;
src: url('OpenSans-ExtraBold.ttf') format('truetype');
}
@font-face {
font-family: "Open Sans";
font-style: italic;
font-weight: 800;
src: url('OpenSans-ExtraBoldItalic.ttf') format('truetype');
}