blog/sass/fonts.scss
2021-03-08 00:30:22 -08:00

89 lines
No EOL
2 KiB
SCSS

@font-face {
font-family: "Source Sans 3";
font-weight: 200;
font-style: italic;
font-display: swap;
src: url("fonts/SourceSans3-ExtraLightIt.otf.woff2") format("woff2");
}
@font-face {
font-family: "Source Sans 3";
font-weight: 200;
font-display: swap;
src: url("fonts/SourceSans3-ExtraLight.otf.woff2") format("woff2");
}
@font-face {
font-family: "Source Sans 3";
font-weight: 300;
font-style: italic;
font-display: swap;
src: url("fonts/SourceSans3-LightIt.otf.woff2") format("woff2");
}
@font-face {
font-family: "Source Sans 3";
font-weight: 300;
font-display: swap;
src: url("fonts/SourceSans3-Light.otf.woff2") format("woff2");
}
@font-face {
font-family: "Source Sans 3";
font-weight: 400;
font-style: italic;
font-display: swap;
src: url("fonts/SourceSans3-It.otf.woff2") format("woff2");
}
@font-face {
font-family: "Source Sans 3";
font-weight: 400;
font-display: swap;
src: url("fonts/SourceSans3-Regular.otf.woff2") format("woff2");
}
@font-face {
font-family: "Source Sans 3";
font-weight: 600;
font-style: italic;
font-display: swap;
src: url("fonts/SourceSans3-SemiboldIt.otf.woff2");
}
@font-face {
font-family: "Source Sans 3";
font-weight: 600;
font-display: swap;
src: url("fonts/SourceSans3-Semibold.otf.woff2") format("woff2");
}
@font-face {
font-family: "Source Sans 3";
font-weight: 700;
font-style: italic;
font-display: swap;
src: url("fonts/SourceSans3-BoldIt.otf.woff2") format("woff2");
}
@font-face {
font-family: "Source Sans 3";
font-weight: 700;
font-display: swap;
src: url("fonts/SourceSans3-Bold.otf.woff2") format("woff2");
}
@font-face {
font-family: "Source Sans 3";
font-weight: 900;
font-style: italic;
font-display: swap;
src: url("fonts/SourceSans3-BlackIt.otf.woff2");
}
@font-face {
font-family: "Source Sans 3";
font-weight: 900;
font-display: swap;
src: url("fonts/SourceSans3-Black.otf.woff2") format("woff2");
}