diff --git a/_includes/layouts/header.njk b/_includes/layouts/header.njk index ae6d459..82be443 100644 --- a/_includes/layouts/header.njk +++ b/_includes/layouts/header.njk @@ -3,7 +3,6 @@ {% include "styles/animations.css" %} {% include "styles/base.css" %} {% include "styles/colors.css" %} - {% include "styles/font.css" %} {% include "styles/footer.css" %} {% include "styles/icons.css" %} {% include "styles/navbar.css" %} diff --git a/_includes/styles/font.css b/_includes/styles/font.css deleted file mode 100644 index f377bff..0000000 --- a/_includes/styles/font.css +++ /dev/null @@ -1,523 +0,0 @@ -/* ╭───────────────────────╮ -/ │ __ _ │ -/ │ / _| ___ _ __ | |_ │ -/ │ | |_ / _ \| '_ \| __| │ -/ │ | _| (_) | | | | |_ │ -/ │ |_| \___/|_| |_|\__| │ -/ ╰───────────────────────╯ -/ font - font configuration, stuff, whatever */ - -/* - JetBrains Mono - */ - -@font-face { - font-family: "JetBrains Mono"; - src: local("JetBrains Mono"), - url("/assets/fonts/JetBrainsMono/JetBrainsMono-Regular.woff2") - format("woff"), - local("JetBrainsMono Nerd Font"); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: "JetBrains Mono"; - src: local("JetBrains Mono"), - url("/assets/fonts/JetBrainsMono/JetBrainsMono-Bold.woff2") - format("woff"), - local("JetBrainsMono Nerd Font"); - font-weight: bold; - font-style: bold; -} - -@font-face { - font-family: "JetBrains Mono"; - src: local("JetBrains Mono"), - url("/assets/fonts/JetBrainsMono/JetBrainsMono-Italic.woff2") - format("woff"), - local("JetBrainsMono Nerd Font"); - font-weight: normal; - font-style: italic; -} - -@font-face { - font-family: "JetBrains Mono"; - src: local("JetBrains Mono"), - url("/assets/fonts/JetBrainsMono/JetBrainsMono-BoldItalic.woff2") - format("woff"), - local("JetBrainsMono Nerd Font"); - font-weight: bold; - font-style: italic; -} - -/* font config, Atkinson Hyperlegible Next */ - -@font-face { - font-family: "Atkinson Hyperlegible Next"; - src: local("Atkinson Hyperlegible Next"), - url("/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-Regular.woff2") - format("woff"), - local("JetBrainsMono Nerd Font"); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: "Atkinson Hyperlegible Next"; - src: local("Atkinson Hyperlegible Next"), - url("/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-Bold.woff2") - format("woff"), - local("Atkinson Hyperlegible"); - font-weight: bold; - font-style: bold; -} - -@font-face { - font-family: "Atkinson Hyperlegible Next"; - src: local("Atkinson Hyperlegible Next"), - url("/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-Italic.woff2") - format("woff"), - local("Atkinson Hyperlegible"); - font-weight: normal; - font-style: italic; -} - -@font-face { - font-family: "Atkinson Hyperlegible Next"; - src: local("Atkinson Hyperlegible Next"), - url("/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-BoldItalic.woff2") - format("woff"), - local("Atkinson Hyperlegible"); - font-weight: bold; - font-style: italic; -} - -/* font config, Inter - original css by Inter, modified by Sneexy */ - -/* Variable fonts usage: -:root { font-family: "Inter", sans-serif; } -@supports (font-variation-settings: normal) { - :root { font-family: "InterVariable", sans-serif; font-optical-sizing: auto; } -} */ -@font-face { - font-family: InterVariable; - font-style: normal; - font-weight: 100 900; - font-display: swap; - src: url("InterVariable.woff2") format("woff2"); -} -@font-face { - font-family: InterVariable; - font-style: italic; - font-weight: 100 900; - font-display: swap; - src: url("InterVariable-Italic.woff2") format("woff2"); -} - -/* static fonts */ -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 100; - font-display: swap; - src: url("/assets/fonts/Inter/Inter-Thin.woff2") format("woff2"); -} -@font-face { - font-family: "Inter"; - font-style: italic; - font-weight: 100; - font-display: swap; - src: url("/assets/fonts/Inter/Inter-ThinItalic.woff2") format("woff2"); -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 200; - font-display: swap; - src: url("/assets/fonts/Inter/Inter-ExtraLight.woff2") format("woff2"); -} -@font-face { - font-family: "Inter"; - font-style: italic; - font-weight: 200; - font-display: swap; - src: url("/assets/fonts/Inter/Inter-ExtraLightItalic.woff2") format("woff2"); -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 300; - font-display: swap; - src: url("/assets/fonts/Inter/Inter-Light.woff2") format("woff2"); -} -@font-face { - font-family: "Inter"; - font-style: italic; - font-weight: 300; - font-display: swap; - src: url("/assets/fonts/Inter/Inter-LightItalic.woff2") format("woff2"); -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url("/assets/fonts/Inter/Inter-Regular.woff2") format("woff2"); -} -@font-face { - font-family: "Inter"; - font-style: italic; - font-weight: 400; - font-display: swap; - src: url("/assets/fonts/Inter/Inter-Italic.woff2") format("woff2"); -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 500; - font-display: swap; - src: url("/assets/fonts/Inter/Inter-Medium.woff2") format("woff2"); -} -@font-face { - font-family: "Inter"; - font-style: italic; - font-weight: 500; - font-display: swap; - src: url("/assets/fonts/Inter/Inter-MediumItalic.woff2") format("woff2"); -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 600; - font-display: swap; - src: url("/assets/fonts/Inter/Inter-SemiBold.woff2") format("woff2"); -} -@font-face { - font-family: "Inter"; - font-style: italic; - font-weight: 600; - font-display: swap; - src: url("/assets/fonts/Inter/Inter-SemiBoldItalic.woff2") format("woff2"); -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url("/assets/fonts/Inter/Inter-Bold.woff2") format("woff2"); -} -@font-face { - font-family: "Inter"; - font-style: italic; - font-weight: 700; - font-display: swap; - src: url("/assets/fonts/Inter/Inter-BoldItalic.woff2") format("woff2"); -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 800; - font-display: swap; - src: url("/assets/fonts/Inter/Inter-ExtraBold.woff2") format("woff2"); -} -@font-face { - font-family: "Inter"; - font-style: italic; - font-weight: 800; - font-display: swap; - src: url("/assets/fonts/Inter/Inter-ExtraBoldItalic.woff2") format("woff2"); -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 900; - font-display: swap; - src: url("/assets/fonts/Inter/Inter-Black.woff2") format("woff2"); -} -@font-face { - font-family: "Inter"; - font-style: italic; - font-weight: 900; - font-display: swap; - src: url("/assets/fonts/Inter/Inter-BlackItalic.woff2") format("woff2"); -} -@font-face { - font-family: "InterDisplay"; - font-style: normal; - font-weight: 100; - font-display: swap; - src: url("/assets/fonts/Inter/InterDisplay-Thin.woff2") format("woff2"); -} -@font-face { - font-family: "InterDisplay"; - font-style: italic; - font-weight: 100; - font-display: swap; - src: url("/assets/fonts/Inter/InterDisplay-ThinItalic.woff2") - format("woff2"); -} -@font-face { - font-family: "InterDisplay"; - font-style: normal; - font-weight: 200; - font-display: swap; - src: url("/assets/fonts/Inter/InterDisplay-ExtraLight.woff2") - format("woff2"); -} -@font-face { - font-family: "InterDisplay"; - font-style: italic; - font-weight: 200; - font-display: swap; - src: url("/assets/fonts/Inter/InterDisplay-ExtraLightItalic.woff2") - format("woff2"); -} -@font-face { - font-family: "InterDisplay"; - font-style: normal; - font-weight: 300; - font-display: swap; - src: url("/assets/fonts/Inter/InterDisplay-Light.woff2") format("woff2"); -} -@font-face { - font-family: "InterDisplay"; - font-style: italic; - font-weight: 300; - font-display: swap; - src: url("/assets/fonts/Inter/InterDisplay-LightItalic.woff2") - format("woff2"); -} -@font-face { - font-family: "InterDisplay"; - font-style: normal; - font-weight: 400; - font-display: swap; - src: url("/assets/fonts/Inter/InterDisplay-Regular.woff2") format("woff2"); -} -@font-face { - font-family: "InterDisplay"; - font-style: italic; - font-weight: 400; - font-display: swap; - src: url("/assets/fonts/Inter/InterDisplay-Italic.woff2") format("woff2"); -} -@font-face { - font-family: "InterDisplay"; - font-style: normal; - font-weight: 500; - font-display: swap; - src: url("/assets/fonts/Inter/InterDisplay-Medium.woff2") format("woff2"); -} -@font-face { - font-family: "InterDisplay"; - font-style: italic; - font-weight: 500; - font-display: swap; - src: url("/assets/fonts/Inter/InterDisplay-MediumItalic.woff2") - format("woff2"); -} -@font-face { - font-family: "InterDisplay"; - font-style: normal; - font-weight: 600; - font-display: swap; - src: url("/assets/fonts/Inter/InterDisplay-SemiBold.woff2") format("woff2"); -} -@font-face { - font-family: "InterDisplay"; - font-style: italic; - font-weight: 600; - font-display: swap; - src: url("/assets/fonts/Inter/InterDisplay-SemiBoldItalic.woff2") - format("woff2"); -} -@font-face { - font-family: "InterDisplay"; - font-style: normal; - font-weight: 700; - font-display: swap; - src: url("/assets/fonts/Inter/InterDisplay-Bold.woff2") format("woff2"); -} -@font-face { - font-family: "InterDisplay"; - font-style: italic; - font-weight: 700; - font-display: swap; - src: url("/assets/fonts/Inter/InterDisplay-BoldItalic.woff2") - format("woff2"); -} -@font-face { - font-family: "InterDisplay"; - font-style: normal; - font-weight: 800; - font-display: swap; - src: url("/assets/fonts/Inter/InterDisplay-ExtraBold.woff2") format("woff2"); -} -@font-face { - font-family: "InterDisplay"; - font-style: italic; - font-weight: 800; - font-display: swap; - src: url("/assets/fonts/Inter/InterDisplay-ExtraBoldItalic.woff2") - format("woff2"); -} -@font-face { - font-family: "InterDisplay"; - font-style: normal; - font-weight: 900; - font-display: swap; - src: url("/assets/fonts/Inter/InterDisplay-Black.woff2") format("woff2"); -} -@font-face { - font-family: "InterDisplay"; - font-style: italic; - font-weight: 900; - font-display: swap; - src: url("/assets/fonts/Inter/InterDisplay-BlackItalic.woff2") - format("woff2"); -} - -@font-feature-values InterVariable { - @character-variant { - cv01: 1; - cv02: 2; - cv03: 3; - cv04: 4; - cv05: 5; - cv06: 6; - cv07: 7; - cv08: 8; - cv09: 9; - cv10: 10; - cv11: 11; - cv12: 12; - cv13: 13; - alt-1: 1; /* Alternate one */ - alt-3: 9; /* Flat-top three */ - open-4: 2; /* Open four */ - open-6: 3; /* Open six */ - open-9: 4; /* Open nine */ - lc-l-with-tail: 5; /* Lower-case L with tail */ - simplified-u: 6; /* Simplified u */ - alt-double-s: 7; /* Alternate German double s */ - uc-i-with-serif: 8; /* Upper-case i with serif */ - uc-g-with-spur: 10; /* Capital G with spur */ - single-story-a: 11; /* Single-story a */ - compact-lc-f: 12; /* Compact f */ - compact-lc-t: 13; /* Compact t */ - } - @styleset { - ss01: 1; - ss02: 2; - ss03: 3; - ss04: 4; - ss05: 5; - ss06: 6; - ss07: 7; - ss08: 8; - open-digits: 1; /* Open digits */ - disambiguation: 2; /* Disambiguation (with zero) */ - disambiguation-except-zero: 4; /* Disambiguation (no zero) */ - round-quotes-and-commas: 3; /* Round quotes & commas */ - square-punctuation: 7; /* Square punctuation */ - square-quotes: 8; /* Square quotes */ - circled-characters: 5; /* Circled characters */ - squared-characters: 6; /* Squared characters */ - } -} -@font-feature-values Inter { - @character-variant { - cv01: 1; - cv02: 2; - cv03: 3; - cv04: 4; - cv05: 5; - cv06: 6; - cv07: 7; - cv08: 8; - cv09: 9; - cv10: 10; - cv11: 11; - cv12: 12; - cv13: 13; - alt-1: 1; /* Alternate one */ - alt-3: 9; /* Flat-top three */ - open-4: 2; /* Open four */ - open-6: 3; /* Open six */ - open-9: 4; /* Open nine */ - lc-l-with-tail: 5; /* Lower-case L with tail */ - simplified-u: 6; /* Simplified u */ - alt-double-s: 7; /* Alternate German double s */ - uc-i-with-serif: 8; /* Upper-case i with serif */ - uc-g-with-spur: 10; /* Capital G with spur */ - single-story-a: 11; /* Single-story a */ - compact-lc-f: 12; /* Compact f */ - compact-lc-t: 13; /* Compact t */ - } - @styleset { - ss01: 1; - ss02: 2; - ss03: 3; - ss04: 4; - ss05: 5; - ss06: 6; - ss07: 7; - ss08: 8; - open-digits: 1; /* Open digits */ - disambiguation: 2; /* Disambiguation (with zero) */ - disambiguation-except-zero: 4; /* Disambiguation (no zero) */ - round-quotes-and-commas: 3; /* Round quotes & commas */ - square-punctuation: 7; /* Square punctuation */ - square-quotes: 8; /* Square quotes */ - circled-characters: 5; /* Circled characters */ - squared-characters: 6; /* Squared characters */ - } -} -@font-feature-values InterDisplay { - @character-variant { - cv01: 1; - cv02: 2; - cv03: 3; - cv04: 4; - cv05: 5; - cv06: 6; - cv07: 7; - cv08: 8; - cv09: 9; - cv10: 10; - cv11: 11; - cv12: 12; - cv13: 13; - alt-1: 1; /* Alternate one */ - alt-3: 9; /* Flat-top three */ - open-4: 2; /* Open four */ - open-6: 3; /* Open six */ - open-9: 4; /* Open nine */ - lc-l-with-tail: 5; /* Lower-case L with tail */ - simplified-u: 6; /* Simplified u */ - alt-double-s: 7; /* Alternate German double s */ - uc-i-with-serif: 8; /* Upper-case i with serif */ - uc-g-with-spur: 10; /* Capital G with spur */ - single-story-a: 11; /* Single-story a */ - compact-lc-f: 12; /* Compact f */ - compact-lc-t: 13; /* Compact t */ - } - @styleset { - ss01: 1; - ss02: 2; - ss03: 3; - ss04: 4; - ss05: 5; - ss06: 6; - ss07: 7; - ss08: 8; - open-digits: 1; /* Open digits */ - disambiguation: 2; /* Disambiguation (with zero) */ - disambiguation-except-zero: 4; /* Disambiguation (no zero) */ - round-quotes-and-commas: 3; /* Round quotes & commas */ - square-punctuation: 7; /* Square punctuation */ - square-quotes: 8; /* Square quotes */ - circled-characters: 5; /* Circled characters */ - squared-characters: 6; /* Squared characters */ - } -} \ No newline at end of file diff --git a/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-Bold.woff2 b/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-Bold.woff2 deleted file mode 100644 index 3b73597..0000000 Binary files a/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-Bold.woff2 and /dev/null differ diff --git a/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-BoldItalic.woff2 b/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-BoldItalic.woff2 deleted file mode 100644 index 25b2858..0000000 Binary files a/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-BoldItalic.woff2 and /dev/null differ diff --git a/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-ExtraBold.woff2 b/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-ExtraBold.woff2 deleted file mode 100644 index 65039ac..0000000 Binary files a/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-ExtraBold.woff2 and /dev/null differ diff --git a/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-ExtraBoldItalic.woff2 b/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-ExtraBoldItalic.woff2 deleted file mode 100644 index 5abb72e..0000000 Binary files a/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-ExtraBoldItalic.woff2 and /dev/null differ diff --git a/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-ExtraLight.woff2 b/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-ExtraLight.woff2 deleted file mode 100644 index 5a13603..0000000 Binary files a/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-ExtraLight.woff2 and /dev/null differ diff --git a/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-ExtraLightItalic.woff2 b/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-ExtraLightItalic.woff2 deleted file mode 100644 index ad1940c..0000000 Binary files a/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-ExtraLightItalic.woff2 and /dev/null differ diff --git a/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-Light.woff2 b/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-Light.woff2 deleted file mode 100644 index b1eac3f..0000000 Binary files a/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-Light.woff2 and /dev/null differ diff --git a/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-LightItalic.woff2 b/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-LightItalic.woff2 deleted file mode 100644 index f0f492f..0000000 Binary files a/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-LightItalic.woff2 and /dev/null differ diff --git a/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-Medium.woff2 b/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-Medium.woff2 deleted file mode 100644 index e82765d..0000000 Binary files a/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-Medium.woff2 and /dev/null differ diff --git a/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-MediumItalic.woff2 b/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-MediumItalic.woff2 deleted file mode 100644 index c9e218a..0000000 Binary files a/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-MediumItalic.woff2 and /dev/null differ diff --git a/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-Regular.woff2 b/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-Regular.woff2 deleted file mode 100644 index d2babdf..0000000 Binary files a/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-Regular.woff2 and /dev/null differ diff --git a/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-RegularItalic.woff2 b/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-RegularItalic.woff2 deleted file mode 100644 index dc05d06..0000000 Binary files a/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-RegularItalic.woff2 and /dev/null differ diff --git a/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-SemiBold.woff2 b/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-SemiBold.woff2 deleted file mode 100644 index a7d9ece..0000000 Binary files a/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-SemiBold.woff2 and /dev/null differ diff --git a/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-SemiBoldItalic.woff2 b/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-SemiBoldItalic.woff2 deleted file mode 100644 index f911176..0000000 Binary files a/assets/fonts/AtkinsonHyperlegibleNext/AtkinsonHyperlegibleNext-SemiBoldItalic.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/Inter-Black.woff2 b/assets/fonts/Inter/Inter-Black.woff2 deleted file mode 100644 index 2e73dce..0000000 Binary files a/assets/fonts/Inter/Inter-Black.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/Inter-BlackItalic.woff2 b/assets/fonts/Inter/Inter-BlackItalic.woff2 deleted file mode 100644 index d85db93..0000000 Binary files a/assets/fonts/Inter/Inter-BlackItalic.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/Inter-Bold.woff2 b/assets/fonts/Inter/Inter-Bold.woff2 deleted file mode 100644 index b9e3cb3..0000000 Binary files a/assets/fonts/Inter/Inter-Bold.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/Inter-BoldItalic.woff2 b/assets/fonts/Inter/Inter-BoldItalic.woff2 deleted file mode 100644 index 31cd052..0000000 Binary files a/assets/fonts/Inter/Inter-BoldItalic.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/Inter-ExtraBold.woff2 b/assets/fonts/Inter/Inter-ExtraBold.woff2 deleted file mode 100644 index bbd0006..0000000 Binary files a/assets/fonts/Inter/Inter-ExtraBold.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/Inter-ExtraBoldItalic.woff2 b/assets/fonts/Inter/Inter-ExtraBoldItalic.woff2 deleted file mode 100644 index 288f2de..0000000 Binary files a/assets/fonts/Inter/Inter-ExtraBoldItalic.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/Inter-ExtraLight.woff2 b/assets/fonts/Inter/Inter-ExtraLight.woff2 deleted file mode 100644 index f691003..0000000 Binary files a/assets/fonts/Inter/Inter-ExtraLight.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/Inter-ExtraLightItalic.woff2 b/assets/fonts/Inter/Inter-ExtraLightItalic.woff2 deleted file mode 100644 index 3e3934d..0000000 Binary files a/assets/fonts/Inter/Inter-ExtraLightItalic.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/Inter-Italic.woff2 b/assets/fonts/Inter/Inter-Italic.woff2 deleted file mode 100644 index 9a1ad21..0000000 Binary files a/assets/fonts/Inter/Inter-Italic.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/Inter-Light.woff2 b/assets/fonts/Inter/Inter-Light.woff2 deleted file mode 100644 index f3e012a..0000000 Binary files a/assets/fonts/Inter/Inter-Light.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/Inter-LightItalic.woff2 b/assets/fonts/Inter/Inter-LightItalic.woff2 deleted file mode 100644 index 2f37009..0000000 Binary files a/assets/fonts/Inter/Inter-LightItalic.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/Inter-Medium.woff2 b/assets/fonts/Inter/Inter-Medium.woff2 deleted file mode 100644 index fdfdcc6..0000000 Binary files a/assets/fonts/Inter/Inter-Medium.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/Inter-MediumItalic.woff2 b/assets/fonts/Inter/Inter-MediumItalic.woff2 deleted file mode 100644 index 0dc5a30..0000000 Binary files a/assets/fonts/Inter/Inter-MediumItalic.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/Inter-Regular.woff2 b/assets/fonts/Inter/Inter-Regular.woff2 deleted file mode 100644 index 2bcd222..0000000 Binary files a/assets/fonts/Inter/Inter-Regular.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/Inter-SemiBold.woff2 b/assets/fonts/Inter/Inter-SemiBold.woff2 deleted file mode 100644 index fbae113..0000000 Binary files a/assets/fonts/Inter/Inter-SemiBold.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/Inter-SemiBoldItalic.woff2 b/assets/fonts/Inter/Inter-SemiBoldItalic.woff2 deleted file mode 100644 index d67d01c..0000000 Binary files a/assets/fonts/Inter/Inter-SemiBoldItalic.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/Inter-Thin.woff2 b/assets/fonts/Inter/Inter-Thin.woff2 deleted file mode 100644 index 83bf54b..0000000 Binary files a/assets/fonts/Inter/Inter-Thin.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/Inter-ThinItalic.woff2 b/assets/fonts/Inter/Inter-ThinItalic.woff2 deleted file mode 100644 index 928da4b..0000000 Binary files a/assets/fonts/Inter/Inter-ThinItalic.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/InterDisplay-Black.woff2 b/assets/fonts/Inter/InterDisplay-Black.woff2 deleted file mode 100644 index 72532b2..0000000 Binary files a/assets/fonts/Inter/InterDisplay-Black.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/InterDisplay-BlackItalic.woff2 b/assets/fonts/Inter/InterDisplay-BlackItalic.woff2 deleted file mode 100644 index de02111..0000000 Binary files a/assets/fonts/Inter/InterDisplay-BlackItalic.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/InterDisplay-Bold.woff2 b/assets/fonts/Inter/InterDisplay-Bold.woff2 deleted file mode 100644 index 304c31d..0000000 Binary files a/assets/fonts/Inter/InterDisplay-Bold.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/InterDisplay-BoldItalic.woff2 b/assets/fonts/Inter/InterDisplay-BoldItalic.woff2 deleted file mode 100644 index 89d5c5a..0000000 Binary files a/assets/fonts/Inter/InterDisplay-BoldItalic.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/InterDisplay-ExtraBold.woff2 b/assets/fonts/Inter/InterDisplay-ExtraBold.woff2 deleted file mode 100644 index 4250fa0..0000000 Binary files a/assets/fonts/Inter/InterDisplay-ExtraBold.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/InterDisplay-ExtraBoldItalic.woff2 b/assets/fonts/Inter/InterDisplay-ExtraBoldItalic.woff2 deleted file mode 100644 index d68a400..0000000 Binary files a/assets/fonts/Inter/InterDisplay-ExtraBoldItalic.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/InterDisplay-ExtraLight.woff2 b/assets/fonts/Inter/InterDisplay-ExtraLight.woff2 deleted file mode 100644 index 7d376e2..0000000 Binary files a/assets/fonts/Inter/InterDisplay-ExtraLight.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/InterDisplay-ExtraLightItalic.woff2 b/assets/fonts/Inter/InterDisplay-ExtraLightItalic.woff2 deleted file mode 100644 index 1f1ca72..0000000 Binary files a/assets/fonts/Inter/InterDisplay-ExtraLightItalic.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/InterDisplay-Italic.woff2 b/assets/fonts/Inter/InterDisplay-Italic.woff2 deleted file mode 100644 index 4475f7c..0000000 Binary files a/assets/fonts/Inter/InterDisplay-Italic.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/InterDisplay-Light.woff2 b/assets/fonts/Inter/InterDisplay-Light.woff2 deleted file mode 100644 index ef7dbbf..0000000 Binary files a/assets/fonts/Inter/InterDisplay-Light.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/InterDisplay-LightItalic.woff2 b/assets/fonts/Inter/InterDisplay-LightItalic.woff2 deleted file mode 100644 index a57c48b..0000000 Binary files a/assets/fonts/Inter/InterDisplay-LightItalic.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/InterDisplay-Medium.woff2 b/assets/fonts/Inter/InterDisplay-Medium.woff2 deleted file mode 100644 index f6157fa..0000000 Binary files a/assets/fonts/Inter/InterDisplay-Medium.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/InterDisplay-MediumItalic.woff2 b/assets/fonts/Inter/InterDisplay-MediumItalic.woff2 deleted file mode 100644 index 8b2f1c2..0000000 Binary files a/assets/fonts/Inter/InterDisplay-MediumItalic.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/InterDisplay-Regular.woff2 b/assets/fonts/Inter/InterDisplay-Regular.woff2 deleted file mode 100644 index b5a45e8..0000000 Binary files a/assets/fonts/Inter/InterDisplay-Regular.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/InterDisplay-SemiBold.woff2 b/assets/fonts/Inter/InterDisplay-SemiBold.woff2 deleted file mode 100644 index 6e04091..0000000 Binary files a/assets/fonts/Inter/InterDisplay-SemiBold.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/InterDisplay-SemiBoldItalic.woff2 b/assets/fonts/Inter/InterDisplay-SemiBoldItalic.woff2 deleted file mode 100644 index 72b4743..0000000 Binary files a/assets/fonts/Inter/InterDisplay-SemiBoldItalic.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/InterDisplay-Thin.woff2 b/assets/fonts/Inter/InterDisplay-Thin.woff2 deleted file mode 100644 index 893595a..0000000 Binary files a/assets/fonts/Inter/InterDisplay-Thin.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/InterDisplay-ThinItalic.woff2 b/assets/fonts/Inter/InterDisplay-ThinItalic.woff2 deleted file mode 100644 index 46e1b5a..0000000 Binary files a/assets/fonts/Inter/InterDisplay-ThinItalic.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/InterVariable-Italic.woff2 b/assets/fonts/Inter/InterVariable-Italic.woff2 deleted file mode 100644 index b3530f3..0000000 Binary files a/assets/fonts/Inter/InterVariable-Italic.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/InterVariable.woff2 b/assets/fonts/Inter/InterVariable.woff2 deleted file mode 100644 index 5a8d3e7..0000000 Binary files a/assets/fonts/Inter/InterVariable.woff2 and /dev/null differ diff --git a/assets/fonts/Inter/inter.css b/assets/fonts/Inter/inter.css deleted file mode 100644 index 3599a73..0000000 --- a/assets/fonts/Inter/inter.css +++ /dev/null @@ -1,149 +0,0 @@ -/* Original by Inter, modified by Sneexy */ -/* Variable fonts usage: -:root { font-family: "Inter", sans-serif; } -@supports (font-variation-settings: normal) { - :root { font-family: "InterVariable", sans-serif; font-optical-sizing: auto; } -} */ -@font-face { - font-family: InterVariable; - font-style: normal; - font-weight: 100 900; - font-display: swap; - src: url("InterVariable.woff2") format("woff2"); -} -@font-face { - font-family: InterVariable; - font-style: italic; - font-weight: 100 900; - font-display: swap; - src: url("InterVariable-Italic.woff2") format("woff2"); -} - -/* static fonts */ -@font-face { font-family: "Inter"; font-style: normal; font-weight: 100; font-display: swap; src: url("Inter-Thin.woff2") format("woff2"); } -@font-face { font-family: "Inter"; font-style: italic; font-weight: 100; font-display: swap; src: url("Inter-ThinItalic.woff2") format("woff2"); } -@font-face { font-family: "Inter"; font-style: normal; font-weight: 200; font-display: swap; src: url("Inter-ExtraLight.woff2") format("woff2"); } -@font-face { font-family: "Inter"; font-style: italic; font-weight: 200; font-display: swap; src: url("Inter-ExtraLightItalic.woff2") format("woff2"); } -@font-face { font-family: "Inter"; font-style: normal; font-weight: 300; font-display: swap; src: url("Inter-Light.woff2") format("woff2"); } -@font-face { font-family: "Inter"; font-style: italic; font-weight: 300; font-display: swap; src: url("Inter-LightItalic.woff2") format("woff2"); } -@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("Inter-Regular.woff2") format("woff2"); } -@font-face { font-family: "Inter"; font-style: italic; font-weight: 400; font-display: swap; src: url("Inter-Italic.woff2") format("woff2"); } -@font-face { font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap; src: url("Inter-Medium.woff2") format("woff2"); } -@font-face { font-family: "Inter"; font-style: italic; font-weight: 500; font-display: swap; src: url("Inter-MediumItalic.woff2") format("woff2"); } -@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("Inter-SemiBold.woff2") format("woff2"); } -@font-face { font-family: "Inter"; font-style: italic; font-weight: 600; font-display: swap; src: url("Inter-SemiBoldItalic.woff2") format("woff2"); } -@font-face { font-family: "Inter"; font-style: normal; font-weight: 700; font-display: swap; src: url("Inter-Bold.woff2") format("woff2"); } -@font-face { font-family: "Inter"; font-style: italic; font-weight: 700; font-display: swap; src: url("Inter-BoldItalic.woff2") format("woff2"); } -@font-face { font-family: "Inter"; font-style: normal; font-weight: 800; font-display: swap; src: url("Inter-ExtraBold.woff2") format("woff2"); } -@font-face { font-family: "Inter"; font-style: italic; font-weight: 800; font-display: swap; src: url("Inter-ExtraBoldItalic.woff2") format("woff2"); } -@font-face { font-family: "Inter"; font-style: normal; font-weight: 900; font-display: swap; src: url("Inter-Black.woff2") format("woff2"); } -@font-face { font-family: "Inter"; font-style: italic; font-weight: 900; font-display: swap; src: url("Inter-BlackItalic.woff2") format("woff2"); } -@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 100; font-display: swap; src: url("InterDisplay-Thin.woff2") format("woff2"); } -@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 100; font-display: swap; src: url("InterDisplay-ThinItalic.woff2") format("woff2"); } -@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 200; font-display: swap; src: url("InterDisplay-ExtraLight.woff2") format("woff2"); } -@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 200; font-display: swap; src: url("InterDisplay-ExtraLightItalic.woff2") format("woff2"); } -@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 300; font-display: swap; src: url("InterDisplay-Light.woff2") format("woff2"); } -@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 300; font-display: swap; src: url("InterDisplay-LightItalic.woff2") format("woff2"); } -@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 400; font-display: swap; src: url("InterDisplay-Regular.woff2") format("woff2"); } -@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 400; font-display: swap; src: url("InterDisplay-Italic.woff2") format("woff2"); } -@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 500; font-display: swap; src: url("InterDisplay-Medium.woff2") format("woff2"); } -@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 500; font-display: swap; src: url("InterDisplay-MediumItalic.woff2") format("woff2"); } -@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 600; font-display: swap; src: url("InterDisplay-SemiBold.woff2") format("woff2"); } -@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 600; font-display: swap; src: url("InterDisplay-SemiBoldItalic.woff2") format("woff2"); } -@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 700; font-display: swap; src: url("InterDisplay-Bold.woff2") format("woff2"); } -@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 700; font-display: swap; src: url("InterDisplay-BoldItalic.woff2") format("woff2"); } -@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 800; font-display: swap; src: url("InterDisplay-ExtraBold.woff2") format("woff2"); } -@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 800; font-display: swap; src: url("InterDisplay-ExtraBoldItalic.woff2") format("woff2"); } -@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 900; font-display: swap; src: url("InterDisplay-Black.woff2") format("woff2"); } -@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 900; font-display: swap; src: url("InterDisplay-BlackItalic.woff2") format("woff2"); } - -@font-feature-values InterVariable { - @character-variant { - cv01: 1; cv02: 2; cv03: 3; cv04: 4; cv05: 5; cv06: 6; cv07: 7; cv08: 8; - cv09: 9; cv10: 10; cv11: 11; cv12: 12; cv13: 13; - alt-1: 1; /* Alternate one */ - alt-3: 9; /* Flat-top three */ - open-4: 2; /* Open four */ - open-6: 3; /* Open six */ - open-9: 4; /* Open nine */ - lc-l-with-tail: 5; /* Lower-case L with tail */ - simplified-u: 6; /* Simplified u */ - alt-double-s: 7; /* Alternate German double s */ - uc-i-with-serif: 8; /* Upper-case i with serif */ - uc-g-with-spur: 10; /* Capital G with spur */ - single-story-a: 11; /* Single-story a */ - compact-lc-f: 12; /* Compact f */ - compact-lc-t: 13; /* Compact t */ - } - @styleset { - ss01: 1; ss02: 2; ss03: 3; ss04: 4; ss05: 5; ss06: 6; ss07: 7; ss08: 8; - open-digits: 1; /* Open digits */ - disambiguation: 2; /* Disambiguation (with zero) */ - disambiguation-except-zero: 4; /* Disambiguation (no zero) */ - round-quotes-and-commas: 3; /* Round quotes & commas */ - square-punctuation: 7; /* Square punctuation */ - square-quotes: 8; /* Square quotes */ - circled-characters: 5; /* Circled characters */ - squared-characters: 6; /* Squared characters */ - } -} -@font-feature-values Inter { - @character-variant { - cv01: 1; cv02: 2; cv03: 3; cv04: 4; cv05: 5; cv06: 6; cv07: 7; cv08: 8; - cv09: 9; cv10: 10; cv11: 11; cv12: 12; cv13: 13; - alt-1: 1; /* Alternate one */ - alt-3: 9; /* Flat-top three */ - open-4: 2; /* Open four */ - open-6: 3; /* Open six */ - open-9: 4; /* Open nine */ - lc-l-with-tail: 5; /* Lower-case L with tail */ - simplified-u: 6; /* Simplified u */ - alt-double-s: 7; /* Alternate German double s */ - uc-i-with-serif: 8; /* Upper-case i with serif */ - uc-g-with-spur: 10; /* Capital G with spur */ - single-story-a: 11; /* Single-story a */ - compact-lc-f: 12; /* Compact f */ - compact-lc-t: 13; /* Compact t */ - } - @styleset { - ss01: 1; ss02: 2; ss03: 3; ss04: 4; ss05: 5; ss06: 6; ss07: 7; ss08: 8; - open-digits: 1; /* Open digits */ - disambiguation: 2; /* Disambiguation (with zero) */ - disambiguation-except-zero: 4; /* Disambiguation (no zero) */ - round-quotes-and-commas: 3; /* Round quotes & commas */ - square-punctuation: 7; /* Square punctuation */ - square-quotes: 8; /* Square quotes */ - circled-characters: 5; /* Circled characters */ - squared-characters: 6; /* Squared characters */ - } -} -@font-feature-values InterDisplay { - @character-variant { - cv01: 1; cv02: 2; cv03: 3; cv04: 4; cv05: 5; cv06: 6; cv07: 7; cv08: 8; - cv09: 9; cv10: 10; cv11: 11; cv12: 12; cv13: 13; - alt-1: 1; /* Alternate one */ - alt-3: 9; /* Flat-top three */ - open-4: 2; /* Open four */ - open-6: 3; /* Open six */ - open-9: 4; /* Open nine */ - lc-l-with-tail: 5; /* Lower-case L with tail */ - simplified-u: 6; /* Simplified u */ - alt-double-s: 7; /* Alternate German double s */ - uc-i-with-serif: 8; /* Upper-case i with serif */ - uc-g-with-spur: 10; /* Capital G with spur */ - single-story-a: 11; /* Single-story a */ - compact-lc-f: 12; /* Compact f */ - compact-lc-t: 13; /* Compact t */ - } - @styleset { - ss01: 1; ss02: 2; ss03: 3; ss04: 4; ss05: 5; ss06: 6; ss07: 7; ss08: 8; - open-digits: 1; /* Open digits */ - disambiguation: 2; /* Disambiguation (with zero) */ - disambiguation-except-zero: 4; /* Disambiguation (no zero) */ - round-quotes-and-commas: 3; /* Round quotes & commas */ - square-punctuation: 7; /* Square punctuation */ - square-quotes: 8; /* Square quotes */ - circled-characters: 5; /* Circled characters */ - squared-characters: 6; /* Squared characters */ - } -} diff --git a/assets/fonts/JetBrainsMono/AUTHORS.txt b/assets/fonts/JetBrainsMono/AUTHORS.txt deleted file mode 100755 index 8814941..0000000 --- a/assets/fonts/JetBrainsMono/AUTHORS.txt +++ /dev/null @@ -1,10 +0,0 @@ -# This is the official list of project authors for copyright purposes. -# This file is distinct from the CONTRIBUTORS.txt file. -# See the latter for an explanation. -# -# Names should be added to this file as: -# Name or Organization - -JetBrains <> -Philipp Nurullin -Konstantin Bulenkov diff --git a/assets/fonts/JetBrainsMono/JetBrainsMono-Bold.woff2 b/assets/fonts/JetBrainsMono/JetBrainsMono-Bold.woff2 deleted file mode 100644 index 4917f43..0000000 Binary files a/assets/fonts/JetBrainsMono/JetBrainsMono-Bold.woff2 and /dev/null differ diff --git a/assets/fonts/JetBrainsMono/JetBrainsMono-BoldItalic.woff2 b/assets/fonts/JetBrainsMono/JetBrainsMono-BoldItalic.woff2 deleted file mode 100644 index 536d3f7..0000000 Binary files a/assets/fonts/JetBrainsMono/JetBrainsMono-BoldItalic.woff2 and /dev/null differ diff --git a/assets/fonts/JetBrainsMono/JetBrainsMono-ExtraBold.woff2 b/assets/fonts/JetBrainsMono/JetBrainsMono-ExtraBold.woff2 deleted file mode 100644 index 8f88c54..0000000 Binary files a/assets/fonts/JetBrainsMono/JetBrainsMono-ExtraBold.woff2 and /dev/null differ diff --git a/assets/fonts/JetBrainsMono/JetBrainsMono-ExtraBoldItalic.woff2 b/assets/fonts/JetBrainsMono/JetBrainsMono-ExtraBoldItalic.woff2 deleted file mode 100644 index d1478ba..0000000 Binary files a/assets/fonts/JetBrainsMono/JetBrainsMono-ExtraBoldItalic.woff2 and /dev/null differ diff --git a/assets/fonts/JetBrainsMono/JetBrainsMono-ExtraLight.woff2 b/assets/fonts/JetBrainsMono/JetBrainsMono-ExtraLight.woff2 deleted file mode 100644 index b97239f..0000000 Binary files a/assets/fonts/JetBrainsMono/JetBrainsMono-ExtraLight.woff2 and /dev/null differ diff --git a/assets/fonts/JetBrainsMono/JetBrainsMono-ExtraLightItalic.woff2 b/assets/fonts/JetBrainsMono/JetBrainsMono-ExtraLightItalic.woff2 deleted file mode 100644 index be01aac..0000000 Binary files a/assets/fonts/JetBrainsMono/JetBrainsMono-ExtraLightItalic.woff2 and /dev/null differ diff --git a/assets/fonts/JetBrainsMono/JetBrainsMono-Italic.woff2 b/assets/fonts/JetBrainsMono/JetBrainsMono-Italic.woff2 deleted file mode 100644 index d60c270..0000000 Binary files a/assets/fonts/JetBrainsMono/JetBrainsMono-Italic.woff2 and /dev/null differ diff --git a/assets/fonts/JetBrainsMono/JetBrainsMono-Light.woff2 b/assets/fonts/JetBrainsMono/JetBrainsMono-Light.woff2 deleted file mode 100644 index 6538498..0000000 Binary files a/assets/fonts/JetBrainsMono/JetBrainsMono-Light.woff2 and /dev/null differ diff --git a/assets/fonts/JetBrainsMono/JetBrainsMono-LightItalic.woff2 b/assets/fonts/JetBrainsMono/JetBrainsMono-LightItalic.woff2 deleted file mode 100644 index 66ca3d2..0000000 Binary files a/assets/fonts/JetBrainsMono/JetBrainsMono-LightItalic.woff2 and /dev/null differ diff --git a/assets/fonts/JetBrainsMono/JetBrainsMono-Medium.woff2 b/assets/fonts/JetBrainsMono/JetBrainsMono-Medium.woff2 deleted file mode 100644 index 669d04c..0000000 Binary files a/assets/fonts/JetBrainsMono/JetBrainsMono-Medium.woff2 and /dev/null differ diff --git a/assets/fonts/JetBrainsMono/JetBrainsMono-MediumItalic.woff2 b/assets/fonts/JetBrainsMono/JetBrainsMono-MediumItalic.woff2 deleted file mode 100644 index 80cfd15..0000000 Binary files a/assets/fonts/JetBrainsMono/JetBrainsMono-MediumItalic.woff2 and /dev/null differ diff --git a/assets/fonts/JetBrainsMono/JetBrainsMono-Regular.woff2 b/assets/fonts/JetBrainsMono/JetBrainsMono-Regular.woff2 deleted file mode 100644 index 40da427..0000000 Binary files a/assets/fonts/JetBrainsMono/JetBrainsMono-Regular.woff2 and /dev/null differ diff --git a/assets/fonts/JetBrainsMono/JetBrainsMono-SemiBold.woff2 b/assets/fonts/JetBrainsMono/JetBrainsMono-SemiBold.woff2 deleted file mode 100644 index 5ead7b0..0000000 Binary files a/assets/fonts/JetBrainsMono/JetBrainsMono-SemiBold.woff2 and /dev/null differ diff --git a/assets/fonts/JetBrainsMono/JetBrainsMono-SemiBoldItalic.woff2 b/assets/fonts/JetBrainsMono/JetBrainsMono-SemiBoldItalic.woff2 deleted file mode 100644 index c5dd294..0000000 Binary files a/assets/fonts/JetBrainsMono/JetBrainsMono-SemiBoldItalic.woff2 and /dev/null differ diff --git a/assets/fonts/JetBrainsMono/JetBrainsMono-Thin.woff2 b/assets/fonts/JetBrainsMono/JetBrainsMono-Thin.woff2 deleted file mode 100644 index 17270e4..0000000 Binary files a/assets/fonts/JetBrainsMono/JetBrainsMono-Thin.woff2 and /dev/null differ diff --git a/assets/fonts/JetBrainsMono/JetBrainsMono-ThinItalic.woff2 b/assets/fonts/JetBrainsMono/JetBrainsMono-ThinItalic.woff2 deleted file mode 100644 index a643215..0000000 Binary files a/assets/fonts/JetBrainsMono/JetBrainsMono-ThinItalic.woff2 and /dev/null differ diff --git a/assets/fonts/JetBrainsMono/OFL.txt b/assets/fonts/JetBrainsMono/OFL.txt deleted file mode 100644 index 8bee414..0000000 --- a/assets/fonts/JetBrainsMono/OFL.txt +++ /dev/null @@ -1,93 +0,0 @@ -Copyright 2020 The JetBrains Mono Project Authors (https://github.com/JetBrains/JetBrainsMono) - -This Font Software is licensed under the SIL Open Font License, Version 1.1. -This license is copied below, and is also available with a FAQ at: -https://scripts.sil.org/OFL - - ------------------------------------------------------------ -SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 ------------------------------------------------------------ - -PREAMBLE -The goals of the Open Font License (OFL) are to stimulate worldwide -development of collaborative font projects, to support the font creation -efforts of academic and linguistic communities, and to provide a free and -open framework in which fonts may be shared and improved in partnership -with others. - -The OFL allows the licensed fonts to be used, studied, modified and -redistributed freely as long as they are not sold by themselves. The -fonts, including any derivative works, can be bundled, embedded, -redistributed and/or sold with any software provided that any reserved -names are not used by derivative works. The fonts and derivatives, -however, cannot be released under any other type of license. The -requirement for fonts to remain under this license does not apply -to any document created using the fonts or their derivatives. - -DEFINITIONS -"Font Software" refers to the set of files released by the Copyright -Holder(s) under this license and clearly marked as such. This may -include source files, build scripts and documentation. - -"Reserved Font Name" refers to any names specified as such after the -copyright statement(s). - -"Original Version" refers to the collection of Font Software components as -distributed by the Copyright Holder(s). - -"Modified Version" refers to any derivative made by adding to, deleting, -or substituting -- in part or in whole -- any of the components of the -Original Version, by changing formats or by porting the Font Software to a -new environment. - -"Author" refers to any designer, engineer, programmer, technical -writer or other person who contributed to the Font Software. - -PERMISSION & CONDITIONS -Permission is hereby granted, free of charge, to any person obtaining -a copy of the Font Software, to use, study, copy, merge, embed, modify, -redistribute, and sell modified and unmodified copies of the Font -Software, subject to the following conditions: - -1) Neither the Font Software nor any of its individual components, -in Original or Modified Versions, may be sold by itself. - -2) Original or Modified Versions of the Font Software may be bundled, -redistributed and/or sold with any software, provided that each copy -contains the above copyright notice and this license. These can be -included either as stand-alone text files, human-readable headers or -in the appropriate machine-readable metadata fields within text or -binary files as long as those fields can be easily viewed by the user. - -3) No Modified Version of the Font Software may use the Reserved Font -Name(s) unless explicit written permission is granted by the corresponding -Copyright Holder. This restriction only applies to the primary font name as -presented to the users. - -4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font -Software shall not be used to promote, endorse or advertise any -Modified Version, except to acknowledge the contribution(s) of the -Copyright Holder(s) and the Author(s) or with their explicit written -permission. - -5) The Font Software, modified or unmodified, in part or in whole, -must be distributed entirely under this license, and must not be -distributed under any other license. The requirement for fonts to -remain under this license does not apply to any document created -using the Font Software. - -TERMINATION -This license becomes null and void if any of the above conditions are -not met. - -DISCLAIMER -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT -OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE -COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL -DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM -OTHER DEALINGS IN THE FONT SOFTWARE.