-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit f2533e5
Showing
388 changed files
with
37,821 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+32.5 KB
_assets/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-bold.woff2
Binary file not shown.
Binary file added
BIN
+104 KB
_assets/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-bolditalic.eot
Binary file not shown.
Binary file added
BIN
+46.9 KB
_assets/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-bolditalic.woff
Binary file not shown.
Binary file added
BIN
+34.4 KB
_assets/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-bolditalic.woff2
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+47.5 KB
_assets/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-italic.woff
Binary file not shown.
Binary file added
BIN
+35.5 KB
_assets/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-italic.woff2
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+44.7 KB
_assets/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-regular.woff
Binary file not shown.
Binary file added
BIN
+32.4 KB
_assets/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-regular.woff2
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,164 @@ | ||
// ============================================================================= | ||
// Fonts.scss | ||
// ----------------------------------------------------------------------------- | ||
// Custom font declarations (if any) can be imported here | ||
$assets-dir: "/_assets/" !default; | ||
|
||
@function font($file) { | ||
@return url($assets-dir + 'fonts/' + $file); | ||
} | ||
|
||
// Spiller | ||
@font-face { | ||
font-family: "Spiller"; | ||
src: font("spiller/Spiller-Upright-weight-VF-Web-V2.woff2") format("woff2"); | ||
font-weight: 400; | ||
font-style: normal; | ||
} | ||
|
||
//// | ||
// IBM Plex Sans Condensed | ||
// https://github.com/IBM/plex | ||
// Open Font License 1.1 (https://scripts.sil.org/OFL) | ||
// | ||
// IBM Plex Sans Condensed Regular | ||
@font-face { | ||
font-family: "IBM Plex Sans Condensed"; | ||
src: font("ibm-plex-sans-condensed/ibmplexsanscondensed-regular.eot"); | ||
src: font("ibm-plex-sans-condensed/ibmplexsanscondensed-regular.eot?#iefix") format("embedded-opentype"), | ||
font("ibm-plex-sans-condensed/ibmplexsanscondensed-regular.woff2") format("woff2"), | ||
font("ibm-plex-sans-condensed/ibmplexsanscondensed-regular.woff") format("woff"); | ||
font-weight: 400; | ||
font-style: normal; | ||
} | ||
|
||
// IBM Plex Sans Condensed Italic | ||
@font-face { | ||
font-family: "IBM Plex Sans Condensed"; | ||
src: font("ibm-plex-sans-condensed/ibmplexsanscondensed-italic.eot"); | ||
src: font("ibm-plex-sans-condensed/ibmplexsanscondensed-italic.eot?#iefix") format("embedded-opentype"), | ||
font("ibm-plex-sans-condensed/ibmplexsanscondensed-italic.woff2") format("woff2"), | ||
font("ibm-plex-sans-condensed/ibmplexsanscondensed-italic.woff") format("woff"); | ||
font-weight: 400; | ||
font-style: italic; | ||
} | ||
|
||
// IBM Plex Sans Condensed Bold | ||
@font-face { | ||
font-family: "IBM Plex Sans Condensed"; | ||
src: font("ibm-plex-sans-condensed/ibmplexsanscondensed-bold.eot"); | ||
src: font("ibm-plex-sans-condensed/ibmplexsanscondensed-bold.eot?#iefix") format("embedded-opentype"), | ||
font("ibm-plex-sans-condensed/ibmplexsanscondensed-bold.woff2") format("woff2"), | ||
font("ibm-plex-sans-condensed/ibmplexsanscondensed-bold.woff") format("woff"); | ||
font-weight: 700; | ||
font-style: normal; | ||
} | ||
|
||
// IBM Plex Sans Condensed Bold Italic | ||
@font-face { | ||
font-family: "IBM Plex Sans Condensed"; | ||
src: font("ibm-plex-sans-condensed/ibmplexsanscondensed-bolditalic.eot"); | ||
src: font("ibm-plex-sans-condensed/ibmplexsanscondensed-bolditalic.eot?#iefix") format("embedded-opentype"), | ||
font("ibm-plex-sans-condensed/ibmplexsanscondensed-bolditalic.woff2") format("woff2"), | ||
font("ibm-plex-sans-condensed/ibmplexsanscondensed-bolditalic.woff") format("woff"); | ||
font-weight: 700; | ||
font-style: italic; | ||
} | ||
|
||
//// | ||
// Noto Serif | ||
// https://github.com/googlei18n/noto-fonts | ||
// Open Font License 1.1 (https://scripts.sil.org/OFL) | ||
// | ||
// Noto Serif Regular | ||
@font-face { | ||
font-family: "Noto Serif"; | ||
src: font("noto-serif/notoserif-regular.eot"); | ||
src: font("noto-serif/notoserif-regular.eot?#iefix") format("embedded-opentype"), | ||
font("noto-serif/notoserif-regular.woff2") format("woff2"), | ||
font("noto-serif/notoserif-regular.woff") format("woff"); | ||
font-weight: 400; | ||
font-style: normal; | ||
} | ||
|
||
// Noto Serif Italic | ||
@font-face { | ||
font-family: "Noto Serif"; | ||
src: font("noto-serif/notoserif-italic.eot"); | ||
src: font("noto-serif/notoserif-italic.eot?#iefix") format("embedded-opentype"), | ||
font("noto-serif/notoserif-italic.woff2") format("woff2"), | ||
font("noto-serif/notoserif-italic.woff") format("woff"); | ||
font-weight: 400; | ||
font-style: italic; | ||
} | ||
|
||
// Noto Serif Bold | ||
@font-face { | ||
font-family: "Noto Serif"; | ||
src: font("noto-serif/notoserif-bold.eot"); | ||
src: font("noto-serif/notoserif-bold.eot?#iefix") format("embedded-opentype"), | ||
font("noto-serif/notoserif-bold.woff2") format("woff2"), | ||
font("noto-serif/notoserif-bold.woff") format("woff"); | ||
font-weight: 700; | ||
font-style: normal; | ||
} | ||
|
||
// Noto Serif Bold Italic | ||
@font-face { | ||
font-family: "Noto Serif"; | ||
src: font("noto-serif/notoserif-bolditalic.eot"); | ||
src: font("noto-serif/notoserif-bolditalic.eot?#iefix") format("embedded-opentype"), | ||
font("noto-serif/notoserif-bolditalic.woff2") format("woff2"), | ||
font("noto-serif/notoserif-bolditalic.woff") format("woff"); | ||
font-weight: 700; | ||
font-style: italic; | ||
} | ||
|
||
//// | ||
// Noto Sans | ||
// https://github.com/googlei18n/noto-fonts | ||
// Open Font License 1.1 (https://scripts.sil.org/OFL) | ||
// | ||
// Noto Sans Regular | ||
@font-face { | ||
font-family: "Noto Sans"; | ||
src: font("noto-sans/notosans-regular.eot"); | ||
src: font("noto-sans/notosans-regular.eot?#iefix") format("embedded-opentype"), | ||
font("noto-sans/notosans-regular.woff2") format("woff2"), | ||
font("noto-sans/notosans-regular.woff") format("woff"); | ||
font-weight: 400; | ||
font-style: normal; | ||
} | ||
|
||
// Noto Sans Italic | ||
@font-face { | ||
font-family: "Noto Sans"; | ||
src: font("noto-sans/notosans-italic.eot"); | ||
src: font("noto-sans/notosans-italic.eot?#iefix") format("embedded-opentype"), | ||
font("noto-sans/notosans-italic.woff2") format("woff2"), | ||
font("noto-sans/notosans-italic.woff") format("woff"); | ||
font-weight: 400; | ||
font-style: italic; | ||
} | ||
|
||
// Noto Sans Bold | ||
@font-face { | ||
font-family: "Noto Sans"; | ||
src: font("noto-sans/notosans-bold.eot"); | ||
src: font("noto-sans/notosans-bold.eot?#iefix") format("embedded-opentype"), | ||
font("noto-sans/notosans-bold.woff2") format("woff2"), | ||
font("noto-sans/notosans-bold.woff") format("woff"); | ||
font-weight: 700; | ||
font-style: normal; | ||
} | ||
|
||
// Noto Sans Bold Italic | ||
@font-face { | ||
font-family: "Noto Sans"; | ||
src: font("noto-sans/notosans-bolditalic.eot"); | ||
src: font("noto-sans/notosans-bolditalic.eot?#iefix") format("embedded-opentype"), | ||
font("noto-sans/notosans-bolditalic.woff2") format("woff2"), | ||
font("noto-sans/notosans-bolditalic.woff") format("woff"); | ||
font-weight: 700; | ||
font-style: italic; | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.