mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-04 21:31:52 +00:00
31 lines
1 KiB
SCSS
31 lines
1 KiB
SCSS
/* ----------------------------------------------------------- */
|
|
/* == custom fonts */
|
|
/* ----------------------------------------------------------- */
|
|
|
|
|
|
@font-face {
|
|
font-display: swap;
|
|
font-weight: normal;
|
|
font-family: "Source Sans Pro";
|
|
src: local("Source Sans Pro"), local("SourceSansPro-Regular"),
|
|
url("/fonts/sourcesanspro-regular-webfont.woff2") format("woff2"),
|
|
url("/fonts/sourcesanspro-regular-webfont.woff") format("woff");
|
|
}
|
|
|
|
@font-face {
|
|
font-display: swap;
|
|
font-weight: 600;
|
|
font-family: "Source Sans Pro";
|
|
src: local("Source Sans Pro Semibold"), local("SourceSansPro-Semibold"),
|
|
url("/fonts/sourcesanspro-semibold-webfont.woff2") format("woff2"),
|
|
url("/fonts/sourcesanspro-semibold-webfont.woff") format("woff");
|
|
}
|
|
|
|
@font-face {
|
|
font-display: swap;
|
|
font-weight: 900;
|
|
font-family: "Source Sans Pro";
|
|
src: local("Source Sans Pro Black"), local("SourceSansPro-Black"),
|
|
url("/fonts/sourcesanspro-black-webfont.woff2") format("woff2"),
|
|
url("/fonts/sourcesanspro-black-webfont.woff") format("woff");
|
|
}
|