Files
seiscomp-training/share/caps/www/assets/styles/font-opensans.css

56 lines
1.1 KiB
CSS

@font-face {
font-family: "Open Sans";
font-weight: normal;
font-style: normal;
src: url("../fonts/OpenSans-Regular.woff") format("woff");
}
@font-face {
font-family: "Open Sans";
font-weight: normal;
font-style: italic;
src: url("../fonts/OpenSans-Italic.woff") format("woff");
}
@font-face {
font-family: "Open Sans";
font-weight: bold;
font-style: normal;
src: url("../fonts/OpenSans-Bold.woff") format("woff");
}
@font-face {
font-family: "Open Sans";
font-weight: bold;
font-style: italic;
src: url("../fonts/OpenSans-BoldItalic.woff") format("woff");
}
@font-face {
font-family: "Open Sans";
font-weight: 300;
font-style: normal;
src: url("../fonts/OpenSans-Light.woff") format("woff");
}
@font-face {
font-family: "Open Sans";
font-weight: 300;
font-style: italic;
src: url("../fonts/OpenSans-LightItalic.woff") format("woff");
}
@font-face {
font-family: 'Open Sans';
font-weight: 600;
font-style: normal;
src: url('../fonts/OpenSans-Semibold.woff') format('woff');
}
@font-face {
font-family: 'Open Sans';
font-weight: 600;
font-style: italic;
src: url('../fonts/OpenSans-SemiboldItalic.woff') format('woff');
}