cronapp-framework-js
Version:
Javascript library for CronApp's projects
83 lines (72 loc) • 1.86 kB
CSS
@font-face {
font-family: "Source Sans Pro";
font-style: normal;
font-weight: 400;
src: url('SourceSansPro-Regular.otf') format('otf');
}
@font-face {
font-family: "Source Sans Pro";
font-style: italic;
font-weight: 400;
src: url('SourceSansPro-It.otf') format('otf');
}
@font-face {
font-family: "Source Sans Pro";
font-style: normal;
font-weight: 300;
src: url('SourceSansPro-Light.otf') format('otf');
}
@font-face {
font-family: "Source Sans Pro";
font-style: italic;
font-weight: 300;
src: url('SourceSansPro-LightIt.otf') format('otf');
}
@font-face {
font-family: "Source Sans Pro";
font-style: normal;
font-weight: 200;
src: url('SourceSansPro-ExtraLight.otf') format('otf');
}
@font-face {
font-family: "Source Sans Pro";
font-style: italic;
font-weight: 200;
src: url('SourceSansPro-ExtraLightIt.otf') format('otf');
}
@font-face {
font-family: "Source Sans Pro";
font-style: normal;
font-weight: 500;
src: url('SourceSansPro-Semibold.otf') format('otf');
}
@font-face {
font-family: "Source Sans Pro";
font-style: italic;
font-weight: 500;
src: url('SourceSansPro-SemiboldIt.otf') format('otf');
}
@font-face {
font-family: "Source Sans Pro";
font-style: normal;
font-weight: 600;
src: url('SourceSansPro-Bold.otf') format('otf');
}
@font-face {
font-family: "Source Sans Pro";
font-style: italic;
font-weight: 600;
src: url('SourceSansPro-BoldIt.otf') format('otf');
}
@font-face {
font-family: "Source Sans Pro";
font-style: normal;
font-weight: 800;
src: url('SourceSansPro-Black.otf') format('otf');
}
@font-face {
font-family: "Source Sans Pro";
font-style: italic;
font-weight: 800;
src: url('SourceSansPro-BlackIt.otf') format('otf');
}