initial commit

This commit is contained in:
lf- 2021-03-08 00:30:22 -08:00
commit 8ae937faf6
17 changed files with 259 additions and 0 deletions

89
sass/fonts.scss Normal file
View file

@ -0,0 +1,89 @@
@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");
}