2020-06-12 20:03:43 +00:00
|
|
|
// License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
|
|
|
|
// Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE
|
2020-02-11 18:55:12 +00:00
|
|
|
|
|
|
|
/* Open Sans */
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "Open Sans";
|
|
|
|
src: font-url("Open_Sans/opensans-regular-webfont.woff") format("woff");
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "Open Sans";
|
|
|
|
src: font-url("Open_Sans/opensans-light-webfont.woff") format("woff");
|
|
|
|
font-weight: 200;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "Open Sans";
|
|
|
|
src: font-url("Open_Sans/opensans-bold-webfont.woff") format("woff");
|
|
|
|
font-weight: bold;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Bitter */
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "OpenSansCondensed";
|
|
|
|
src: font-url("Open_Sans_Condensed/opensans-condbold-webfont.woff")
|
|
|
|
format("woff");
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "Bitter";
|
|
|
|
src: font-url("Bitter/Bitter-Regular.woff") format("woff");
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "Bitter";
|
|
|
|
src: font-url("Bitter/Bitter-Bold.woff") format("woff");
|
|
|
|
font-weight: bold;
|
|
|
|
font-style: normal;
|
|
|
|
}
|