1
0
Fork 0
mirror of https://github.com/GuerillaStudio/now-playing synced 2024-11-30 10:41:40 +00:00
now-playing/assets/scss/4-base/_01-fonts.scss

36 lines
868 B
SCSS
Raw Normal View History

2019-11-27 17:06:26 +00:00
/* ----------------------------------------------------------- */
/* == custom fonts */
/* ----------------------------------------------------------- */
@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
}
@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");
}