2019-11-27 17:06:26 +00:00
|
|
|
/* ----------------------------------------------------------- */
|
|
|
|
/* == custom fonts */
|
|
|
|
/* ----------------------------------------------------------- */
|
|
|
|
|
|
|
|
|
2024-11-09 03:43:53 +00:00
|
|
|
@font-face{
|
|
|
|
font-family: "Source Sans 3 VF";
|
|
|
|
font-weight: 400 900;
|
|
|
|
font-style: normal;
|
|
|
|
font-stretch: normal;
|
|
|
|
font-display: fallback;
|
|
|
|
src:
|
|
|
|
local("SourceSans3VF"),
|
|
|
|
url('/fonts/sourcesans3vf-upright.otf.woff2') format('woff2-variations');
|
2019-11-27 17:06:26 +00:00
|
|
|
}
|
|
|
|
|
2024-11-09 03:43:53 +00:00
|
|
|
@font-face{
|
|
|
|
font-family: "Source Sans 3 VF";
|
|
|
|
font-weight: 400 900;
|
|
|
|
font-style: italic;
|
|
|
|
font-stretch: normal;
|
|
|
|
font-display: fallback;
|
|
|
|
src:
|
|
|
|
local("SourceSans3VF Italic"),
|
|
|
|
url('/fonts/sourcesans3vf-italic.otf.woff2') format('woff2-variations');
|
2019-11-27 17:06:26 +00:00
|
|
|
}
|
2023-02-21 22:18:29 +00:00
|
|
|
|
|
|
|
// Fallback hack
|
|
|
|
// --------------------------------------------------------------
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "Source Sans Pro-fallback";
|
|
|
|
size-adjust: 93.75%;
|
|
|
|
src: local("Arial");
|
|
|
|
}
|