diff --git a/.eleventy.js b/.eleventy.js new file mode 100644 index 0000000..272412f --- /dev/null +++ b/.eleventy.js @@ -0,0 +1,5 @@ +module.exports = function (eleventyConfig) { + eleventyConfig.setBrowserSyncConfig({ + files: './_site/assets/*.css' + }) +} diff --git a/content/index.html b/content/index.html deleted file mode 100644 index de4ccf3..0000000 --- a/content/index.html +++ /dev/null @@ -1 +0,0 @@ -
Hi
diff --git a/flake.nix b/flake.nix index bab2c28..4ee732b 100644 --- a/flake.nix +++ b/flake.nix @@ -10,23 +10,26 @@ buildInputs = with pkgs; [ nodejs-16_x nodePackages.pnpm + sassc + entr ]; in { devShell.${system} = pkgs.mkShell { inherit buildInputs; }; - defaultPackage.${system} = pkgs.stdenv.mkDerivation { - name = "arnes.space"; - src = ./.; - inherit buildInputs; - buildPhase = '' - ${pkgs.nodePackages.pnpm}/bin/pnpx @11ty/eleventy --input=content - ''; - installPhase = '' - mkdir $out - cp -r _site/* $out - ''; - }; + # defaultPackage.${system} = pkgs.stdenv.mkDerivation { + # name = "arnes.space"; + # src = ./.; + # inherit buildInputs; + # buildPhase = '' + # ${pkgs.nodePackages.pnpm}/bin/pnpm install + # ${pkgs.nodePackages.pnpm}/bin/pnpm build + # ''; + # installPhase = '' + # mkdir $out + # cp -r _site/* $out + # ''; + # }; }; } diff --git a/package.json b/package.json index 6f1500d..ba2d737 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,13 @@ "description": "", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "build:eleventy": "eleventy --input=src/", + "build:sass": "mkdir -p _site/assets/ && sassc src/assets/style.scss > _site/assets/style.css", + "build": "pnpm build:sass && pnpm build:eleventy", + "watch:eleventy": "eleventy --serve --input=src/", + "watch:sass": "ls src/**/*.{scss,sass} | entr pnpm build:sass", + "start": "scripts/serve.sh" }, "keywords": [], "author": "", diff --git a/scripts/serve.sh b/scripts/serve.sh new file mode 100755 index 0000000..4134260 --- /dev/null +++ b/scripts/serve.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env sh +printf ' + pnpm run watch:eleventy + pnpm run watch:sass +' | xargs -P 0 -I '{}' sh -c '{}' diff --git a/content/README.md b/src/README.md similarity index 100% rename from content/README.md rename to src/README.md diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Bold.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Bold.woff new file mode 100644 index 0000000..540b427 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Bold.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-BoldItalic.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-BoldItalic.woff new file mode 100644 index 0000000..d3063b8 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-BoldItalic.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-ExtraLight.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-ExtraLight.woff new file mode 100644 index 0000000..3ee93a3 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-ExtraLight.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-ExtraLightItalic.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-ExtraLightItalic.woff new file mode 100644 index 0000000..90d4c0c Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-ExtraLightItalic.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Italic.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Italic.woff new file mode 100644 index 0000000..d623d28 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Italic.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Light.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Light.woff new file mode 100644 index 0000000..ae2ed10 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Light.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-LightItalic.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-LightItalic.woff new file mode 100644 index 0000000..faa05de Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-LightItalic.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Medium.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Medium.woff new file mode 100644 index 0000000..c6ca87b Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Medium.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-MediumItalic.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-MediumItalic.woff new file mode 100644 index 0000000..152943b Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-MediumItalic.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Regular.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Regular.woff new file mode 100644 index 0000000..a3d3f8c Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Regular.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-SemiBold.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-SemiBold.woff new file mode 100644 index 0000000..498fd21 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-SemiBold.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-SemiBoldItalic.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-SemiBoldItalic.woff new file mode 100644 index 0000000..46db7df Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-SemiBoldItalic.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Text.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Text.woff new file mode 100644 index 0000000..b812959 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Text.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-TextItalic.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-TextItalic.woff new file mode 100644 index 0000000..309b327 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-TextItalic.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Thin.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Thin.woff new file mode 100644 index 0000000..cf462fc Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Thin.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-ThinItalic.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-ThinItalic.woff new file mode 100644 index 0000000..c5833ac Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-ThinItalic.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/license.txt b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/license.txt new file mode 100644 index 0000000..f72f765 --- /dev/null +++ b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff/license.txt @@ -0,0 +1,92 @@ +Copyright © 2017 IBM Corp. with Reserved Font Name "Plex" + +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: +http://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. \ No newline at end of file diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Bold.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Bold.woff2 new file mode 100644 index 0000000..dca3529 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Bold.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-BoldItalic.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-BoldItalic.woff2 new file mode 100644 index 0000000..893b17d Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-BoldItalic.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-ExtraLight.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-ExtraLight.woff2 new file mode 100644 index 0000000..7ce6644 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-ExtraLight.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-ExtraLightItalic.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-ExtraLightItalic.woff2 new file mode 100644 index 0000000..f1e8816 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-ExtraLightItalic.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Italic.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Italic.woff2 new file mode 100644 index 0000000..a66f8f4 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Italic.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Light.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Light.woff2 new file mode 100644 index 0000000..ff39e64 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Light.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-LightItalic.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-LightItalic.woff2 new file mode 100644 index 0000000..ea2ffd3 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-LightItalic.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Medium.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Medium.woff2 new file mode 100644 index 0000000..6e17c4c Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Medium.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-MediumItalic.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-MediumItalic.woff2 new file mode 100644 index 0000000..a4365ed Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-MediumItalic.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Regular.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Regular.woff2 new file mode 100644 index 0000000..e6853af Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Regular.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-SemiBold.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-SemiBold.woff2 new file mode 100644 index 0000000..7d27222 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-SemiBold.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-SemiBoldItalic.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-SemiBoldItalic.woff2 new file mode 100644 index 0000000..e286f9b Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-SemiBoldItalic.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Text.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Text.woff2 new file mode 100644 index 0000000..cf93f94 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Text.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-TextItalic.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-TextItalic.woff2 new file mode 100644 index 0000000..6a80da0 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-TextItalic.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Thin.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Thin.woff2 new file mode 100644 index 0000000..03e79d5 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Thin.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-ThinItalic.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-ThinItalic.woff2 new file mode 100644 index 0000000..900491d Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-ThinItalic.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/license.txt b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/license.txt new file mode 100644 index 0000000..f72f765 --- /dev/null +++ b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/complete/woff2/license.txt @@ -0,0 +1,92 @@ +Copyright © 2017 IBM Corp. with Reserved Font Name "Plex" + +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: +http://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. \ No newline at end of file diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Bold-Cyrillic.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Bold-Cyrillic.woff new file mode 100644 index 0000000..a968d12 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Bold-Cyrillic.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Bold-Latin1.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Bold-Latin1.woff new file mode 100644 index 0000000..01153d5 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Bold-Latin1.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Bold-Latin2.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Bold-Latin2.woff new file mode 100644 index 0000000..a23c063 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Bold-Latin2.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Bold-Latin3.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Bold-Latin3.woff new file mode 100644 index 0000000..8bda95f Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Bold-Latin3.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Bold-Pi.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Bold-Pi.woff new file mode 100644 index 0000000..ad85b9f Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Bold-Pi.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-BoldItalic-Cyrillic.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-BoldItalic-Cyrillic.woff new file mode 100644 index 0000000..355aa15 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-BoldItalic-Cyrillic.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-BoldItalic-Latin1.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-BoldItalic-Latin1.woff new file mode 100644 index 0000000..ce9dd1b Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-BoldItalic-Latin1.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-BoldItalic-Latin2.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-BoldItalic-Latin2.woff new file mode 100644 index 0000000..c826168 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-BoldItalic-Latin2.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-BoldItalic-Latin3.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-BoldItalic-Latin3.woff new file mode 100644 index 0000000..6b059bc Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-BoldItalic-Latin3.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-BoldItalic-Pi.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-BoldItalic-Pi.woff new file mode 100644 index 0000000..304bfcc Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-BoldItalic-Pi.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLight-Cyrillic.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLight-Cyrillic.woff new file mode 100644 index 0000000..e015d68 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLight-Cyrillic.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLight-Latin1.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLight-Latin1.woff new file mode 100644 index 0000000..82fc1bd Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLight-Latin1.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLight-Latin2.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLight-Latin2.woff new file mode 100644 index 0000000..f7ed503 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLight-Latin2.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLight-Latin3.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLight-Latin3.woff new file mode 100644 index 0000000..16d6407 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLight-Latin3.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLight-Pi.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLight-Pi.woff new file mode 100644 index 0000000..ea47115 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLight-Pi.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLightItalic-Cyrillic.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLightItalic-Cyrillic.woff new file mode 100644 index 0000000..b3476d0 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLightItalic-Cyrillic.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLightItalic-Latin1.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLightItalic-Latin1.woff new file mode 100644 index 0000000..cf25189 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLightItalic-Latin1.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLightItalic-Latin2.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLightItalic-Latin2.woff new file mode 100644 index 0000000..2f3f7fc Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLightItalic-Latin2.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLightItalic-Latin3.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLightItalic-Latin3.woff new file mode 100644 index 0000000..803540a Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLightItalic-Latin3.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLightItalic-Pi.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLightItalic-Pi.woff new file mode 100644 index 0000000..4d2890b Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ExtraLightItalic-Pi.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Cyrillic.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Cyrillic.woff new file mode 100644 index 0000000..f3e8b8c Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Cyrillic.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Latin1.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Latin1.woff new file mode 100644 index 0000000..d4769bf Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Latin1.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Latin2.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Latin2.woff new file mode 100644 index 0000000..6cfca11 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Latin2.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Latin3.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Latin3.woff new file mode 100644 index 0000000..b85bbeb Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Latin3.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Pi.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Pi.woff new file mode 100644 index 0000000..b5345d6 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Pi.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Cyrillic.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Cyrillic.woff new file mode 100644 index 0000000..9ef66a5 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Cyrillic.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Latin1.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Latin1.woff new file mode 100644 index 0000000..2827594 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Latin1.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Latin2.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Latin2.woff new file mode 100644 index 0000000..245a602 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Latin2.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Latin3.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Latin3.woff new file mode 100644 index 0000000..07a12b4 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Latin3.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Pi.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Pi.woff new file mode 100644 index 0000000..5faf01e Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Pi.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Cyrillic.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Cyrillic.woff new file mode 100644 index 0000000..6d70401 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Cyrillic.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Latin1.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Latin1.woff new file mode 100644 index 0000000..2ab9ff3 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Latin1.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Latin2.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Latin2.woff new file mode 100644 index 0000000..7f01a51 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Latin2.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Latin3.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Latin3.woff new file mode 100644 index 0000000..e47235d Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Latin3.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Pi.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Pi.woff new file mode 100644 index 0000000..d601f1b Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Pi.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Medium-Cyrillic.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Medium-Cyrillic.woff new file mode 100644 index 0000000..9cb34eb Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Medium-Cyrillic.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Medium-Latin1.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Medium-Latin1.woff new file mode 100644 index 0000000..5ab4fa1 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Medium-Latin1.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Medium-Latin2.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Medium-Latin2.woff new file mode 100644 index 0000000..a00ae7b Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Medium-Latin2.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Medium-Latin3.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Medium-Latin3.woff new file mode 100644 index 0000000..d492324 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Medium-Latin3.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Medium-Pi.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Medium-Pi.woff new file mode 100644 index 0000000..d2d5f00 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Medium-Pi.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-MediumItalic-Cyrillic.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-MediumItalic-Cyrillic.woff new file mode 100644 index 0000000..4eef9f4 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-MediumItalic-Cyrillic.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-MediumItalic-Latin1.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-MediumItalic-Latin1.woff new file mode 100644 index 0000000..3e2e1fd Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-MediumItalic-Latin1.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-MediumItalic-Latin2.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-MediumItalic-Latin2.woff new file mode 100644 index 0000000..c16ad14 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-MediumItalic-Latin2.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-MediumItalic-Latin3.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-MediumItalic-Latin3.woff new file mode 100644 index 0000000..a75fcc7 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-MediumItalic-Latin3.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-MediumItalic-Pi.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-MediumItalic-Pi.woff new file mode 100644 index 0000000..720994d Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-MediumItalic-Pi.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Cyrillic.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Cyrillic.woff new file mode 100644 index 0000000..cd50019 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Cyrillic.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Latin1.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Latin1.woff new file mode 100644 index 0000000..5732bbd Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Latin1.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Latin2.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Latin2.woff new file mode 100644 index 0000000..e085086 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Latin2.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Latin3.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Latin3.woff new file mode 100644 index 0000000..3794a25 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Latin3.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Pi.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Pi.woff new file mode 100644 index 0000000..0648ba0 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Pi.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Cyrillic.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Cyrillic.woff new file mode 100644 index 0000000..b76776d Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Cyrillic.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Latin1.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Latin1.woff new file mode 100644 index 0000000..5d2af84 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Latin1.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Latin2.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Latin2.woff new file mode 100644 index 0000000..c93dc85 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Latin2.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Latin3.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Latin3.woff new file mode 100644 index 0000000..d0f879f Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Latin3.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Pi.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Pi.woff new file mode 100644 index 0000000..e28b8c0 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Pi.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Cyrillic.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Cyrillic.woff new file mode 100644 index 0000000..8223a47 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Cyrillic.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Latin1.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Latin1.woff new file mode 100644 index 0000000..5d7ccb1 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Latin1.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Latin2.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Latin2.woff new file mode 100644 index 0000000..2b9b8e8 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Latin2.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Latin3.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Latin3.woff new file mode 100644 index 0000000..0fa7905 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Latin3.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Pi.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Pi.woff new file mode 100644 index 0000000..44334ea Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Pi.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Text-Cyrillic.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Text-Cyrillic.woff new file mode 100644 index 0000000..a6dd159 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Text-Cyrillic.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Text-Latin1.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Text-Latin1.woff new file mode 100644 index 0000000..cbf7d93 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Text-Latin1.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Text-Latin2.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Text-Latin2.woff new file mode 100644 index 0000000..a6ee40f Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Text-Latin2.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Text-Latin3.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Text-Latin3.woff new file mode 100644 index 0000000..aefc29d Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Text-Latin3.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Text-Pi.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Text-Pi.woff new file mode 100644 index 0000000..3890f01 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Text-Pi.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-TextItalic-Cyrillic.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-TextItalic-Cyrillic.woff new file mode 100644 index 0000000..4942e46 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-TextItalic-Cyrillic.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-TextItalic-Latin1.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-TextItalic-Latin1.woff new file mode 100644 index 0000000..6a39dd3 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-TextItalic-Latin1.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-TextItalic-Latin2.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-TextItalic-Latin2.woff new file mode 100644 index 0000000..8fc3c1b Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-TextItalic-Latin2.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-TextItalic-Latin3.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-TextItalic-Latin3.woff new file mode 100644 index 0000000..d85e962 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-TextItalic-Latin3.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-TextItalic-Pi.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-TextItalic-Pi.woff new file mode 100644 index 0000000..ac68fb1 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-TextItalic-Pi.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Thin-Cyrillic.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Thin-Cyrillic.woff new file mode 100644 index 0000000..e5c14f4 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Thin-Cyrillic.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Thin-Latin1.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Thin-Latin1.woff new file mode 100644 index 0000000..d0676ab Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Thin-Latin1.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Thin-Latin2.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Thin-Latin2.woff new file mode 100644 index 0000000..534b7a8 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Thin-Latin2.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Thin-Latin3.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Thin-Latin3.woff new file mode 100644 index 0000000..ac105c1 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Thin-Latin3.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Thin-Pi.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Thin-Pi.woff new file mode 100644 index 0000000..a375115 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Thin-Pi.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ThinItalic-Cyrillic.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ThinItalic-Cyrillic.woff new file mode 100644 index 0000000..3785972 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ThinItalic-Cyrillic.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ThinItalic-Latin1.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ThinItalic-Latin1.woff new file mode 100644 index 0000000..3bafed0 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ThinItalic-Latin1.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ThinItalic-Latin2.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ThinItalic-Latin2.woff new file mode 100644 index 0000000..a9aceae Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ThinItalic-Latin2.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ThinItalic-Latin3.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ThinItalic-Latin3.woff new file mode 100644 index 0000000..6c5b41c Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ThinItalic-Latin3.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ThinItalic-Pi.woff b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ThinItalic-Pi.woff new file mode 100644 index 0000000..0015d08 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-ThinItalic-Pi.woff differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/license.txt b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/license.txt new file mode 100644 index 0000000..f72f765 --- /dev/null +++ b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff/license.txt @@ -0,0 +1,92 @@ +Copyright © 2017 IBM Corp. with Reserved Font Name "Plex" + +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: +http://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. \ No newline at end of file diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Bold-Cyrillic.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Bold-Cyrillic.woff2 new file mode 100644 index 0000000..3c07766 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Bold-Cyrillic.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Bold-Latin1.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Bold-Latin1.woff2 new file mode 100644 index 0000000..e23bdf0 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Bold-Latin1.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Bold-Latin2.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Bold-Latin2.woff2 new file mode 100644 index 0000000..590b9ed Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Bold-Latin2.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Bold-Latin3.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Bold-Latin3.woff2 new file mode 100644 index 0000000..223c409 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Bold-Latin3.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Bold-Pi.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Bold-Pi.woff2 new file mode 100644 index 0000000..e611034 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Bold-Pi.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-BoldItalic-Cyrillic.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-BoldItalic-Cyrillic.woff2 new file mode 100644 index 0000000..e51ada3 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-BoldItalic-Cyrillic.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-BoldItalic-Latin1.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-BoldItalic-Latin1.woff2 new file mode 100644 index 0000000..13b74b9 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-BoldItalic-Latin1.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-BoldItalic-Latin2.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-BoldItalic-Latin2.woff2 new file mode 100644 index 0000000..665c9fb Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-BoldItalic-Latin2.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-BoldItalic-Latin3.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-BoldItalic-Latin3.woff2 new file mode 100644 index 0000000..dc1aeb2 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-BoldItalic-Latin3.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-BoldItalic-Pi.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-BoldItalic-Pi.woff2 new file mode 100644 index 0000000..8d4a89d Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-BoldItalic-Pi.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLight-Cyrillic.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLight-Cyrillic.woff2 new file mode 100644 index 0000000..82a6450 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLight-Cyrillic.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLight-Latin1.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLight-Latin1.woff2 new file mode 100644 index 0000000..0d74974 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLight-Latin1.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLight-Latin2.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLight-Latin2.woff2 new file mode 100644 index 0000000..93beea7 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLight-Latin2.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLight-Latin3.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLight-Latin3.woff2 new file mode 100644 index 0000000..75564e1 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLight-Latin3.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLight-Pi.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLight-Pi.woff2 new file mode 100644 index 0000000..165e2b9 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLight-Pi.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLightItalic-Cyrillic.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLightItalic-Cyrillic.woff2 new file mode 100644 index 0000000..6a02bd2 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLightItalic-Cyrillic.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLightItalic-Latin1.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLightItalic-Latin1.woff2 new file mode 100644 index 0000000..bf78c62 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLightItalic-Latin1.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLightItalic-Latin2.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLightItalic-Latin2.woff2 new file mode 100644 index 0000000..85a9840 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLightItalic-Latin2.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLightItalic-Latin3.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLightItalic-Latin3.woff2 new file mode 100644 index 0000000..b3c2292 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLightItalic-Latin3.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLightItalic-Pi.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLightItalic-Pi.woff2 new file mode 100644 index 0000000..002cc31 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLightItalic-Pi.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Cyrillic.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Cyrillic.woff2 new file mode 100644 index 0000000..f7f2673 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Cyrillic.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin1.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin1.woff2 new file mode 100644 index 0000000..572f4e6 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin1.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin2.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin2.woff2 new file mode 100644 index 0000000..3ffe6c7 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin2.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin3.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin3.woff2 new file mode 100644 index 0000000..d21f284 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin3.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Pi.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Pi.woff2 new file mode 100644 index 0000000..8a0b266 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Pi.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Cyrillic.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Cyrillic.woff2 new file mode 100644 index 0000000..44b637b Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Cyrillic.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin1.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin1.woff2 new file mode 100644 index 0000000..e796896 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin1.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin2.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin2.woff2 new file mode 100644 index 0000000..987616a Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin2.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin3.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin3.woff2 new file mode 100644 index 0000000..65e1ba8 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin3.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Pi.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Pi.woff2 new file mode 100644 index 0000000..0c09491 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Pi.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Cyrillic.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Cyrillic.woff2 new file mode 100644 index 0000000..db11798 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Cyrillic.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin1.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin1.woff2 new file mode 100644 index 0000000..cc919fa Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin1.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin2.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin2.woff2 new file mode 100644 index 0000000..bc9d1bb Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin2.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin3.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin3.woff2 new file mode 100644 index 0000000..7647dec Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin3.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Pi.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Pi.woff2 new file mode 100644 index 0000000..d8606b4 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Pi.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Medium-Cyrillic.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Medium-Cyrillic.woff2 new file mode 100644 index 0000000..1fbb2d5 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Medium-Cyrillic.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Medium-Latin1.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Medium-Latin1.woff2 new file mode 100644 index 0000000..b1fc3ec Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Medium-Latin1.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Medium-Latin2.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Medium-Latin2.woff2 new file mode 100644 index 0000000..0d7426b Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Medium-Latin2.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Medium-Latin3.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Medium-Latin3.woff2 new file mode 100644 index 0000000..74666ea Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Medium-Latin3.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Medium-Pi.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Medium-Pi.woff2 new file mode 100644 index 0000000..cd302c9 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Medium-Pi.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-MediumItalic-Cyrillic.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-MediumItalic-Cyrillic.woff2 new file mode 100644 index 0000000..f5836a1 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-MediumItalic-Cyrillic.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-MediumItalic-Latin1.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-MediumItalic-Latin1.woff2 new file mode 100644 index 0000000..d54e3db Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-MediumItalic-Latin1.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-MediumItalic-Latin2.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-MediumItalic-Latin2.woff2 new file mode 100644 index 0000000..f83a68a Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-MediumItalic-Latin2.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-MediumItalic-Latin3.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-MediumItalic-Latin3.woff2 new file mode 100644 index 0000000..ef71fc8 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-MediumItalic-Latin3.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-MediumItalic-Pi.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-MediumItalic-Pi.woff2 new file mode 100644 index 0000000..fb47828 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-MediumItalic-Pi.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Cyrillic.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Cyrillic.woff2 new file mode 100644 index 0000000..e96f376 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Cyrillic.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin1.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin1.woff2 new file mode 100644 index 0000000..d68da83 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin1.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin2.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin2.woff2 new file mode 100644 index 0000000..cdd25a5 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin2.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin3.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin3.woff2 new file mode 100644 index 0000000..5f8a24e Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin3.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Pi.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Pi.woff2 new file mode 100644 index 0000000..fa5ca65 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Pi.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Cyrillic.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Cyrillic.woff2 new file mode 100644 index 0000000..e9ece01 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Cyrillic.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin1.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin1.woff2 new file mode 100644 index 0000000..200d41f Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin1.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin2.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin2.woff2 new file mode 100644 index 0000000..d4a0402 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin2.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin3.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin3.woff2 new file mode 100644 index 0000000..fce24d3 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin3.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Pi.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Pi.woff2 new file mode 100644 index 0000000..b127380 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Pi.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Cyrillic.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Cyrillic.woff2 new file mode 100644 index 0000000..84a8d35 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Cyrillic.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin1.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin1.woff2 new file mode 100644 index 0000000..3d84b51 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin1.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin2.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin2.woff2 new file mode 100644 index 0000000..25165f8 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin2.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin3.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin3.woff2 new file mode 100644 index 0000000..340b54a Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin3.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Pi.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Pi.woff2 new file mode 100644 index 0000000..659d071 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Pi.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Text-Cyrillic.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Text-Cyrillic.woff2 new file mode 100644 index 0000000..68cadb4 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Text-Cyrillic.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Text-Latin1.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Text-Latin1.woff2 new file mode 100644 index 0000000..18beca6 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Text-Latin1.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Text-Latin2.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Text-Latin2.woff2 new file mode 100644 index 0000000..011c59c Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Text-Latin2.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Text-Latin3.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Text-Latin3.woff2 new file mode 100644 index 0000000..e8cdbd7 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Text-Latin3.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Text-Pi.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Text-Pi.woff2 new file mode 100644 index 0000000..842059e Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Text-Pi.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-TextItalic-Cyrillic.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-TextItalic-Cyrillic.woff2 new file mode 100644 index 0000000..31eb957 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-TextItalic-Cyrillic.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-TextItalic-Latin1.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-TextItalic-Latin1.woff2 new file mode 100644 index 0000000..41e0452 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-TextItalic-Latin1.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-TextItalic-Latin2.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-TextItalic-Latin2.woff2 new file mode 100644 index 0000000..57ecbe7 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-TextItalic-Latin2.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-TextItalic-Latin3.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-TextItalic-Latin3.woff2 new file mode 100644 index 0000000..e001365 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-TextItalic-Latin3.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-TextItalic-Pi.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-TextItalic-Pi.woff2 new file mode 100644 index 0000000..a54e8ac Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-TextItalic-Pi.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Thin-Cyrillic.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Thin-Cyrillic.woff2 new file mode 100644 index 0000000..15afd96 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Thin-Cyrillic.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Thin-Latin1.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Thin-Latin1.woff2 new file mode 100644 index 0000000..7ffd310 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Thin-Latin1.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Thin-Latin2.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Thin-Latin2.woff2 new file mode 100644 index 0000000..e6965f3 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Thin-Latin2.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Thin-Latin3.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Thin-Latin3.woff2 new file mode 100644 index 0000000..0ac581e Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Thin-Latin3.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Thin-Pi.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Thin-Pi.woff2 new file mode 100644 index 0000000..a80c230 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Thin-Pi.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ThinItalic-Cyrillic.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ThinItalic-Cyrillic.woff2 new file mode 100644 index 0000000..cb77cf9 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ThinItalic-Cyrillic.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ThinItalic-Latin1.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ThinItalic-Latin1.woff2 new file mode 100644 index 0000000..5007530 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ThinItalic-Latin1.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ThinItalic-Latin2.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ThinItalic-Latin2.woff2 new file mode 100644 index 0000000..4d32aff Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ThinItalic-Latin2.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ThinItalic-Latin3.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ThinItalic-Latin3.woff2 new file mode 100644 index 0000000..8c68010 Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ThinItalic-Latin3.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ThinItalic-Pi.woff2 b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ThinItalic-Pi.woff2 new file mode 100644 index 0000000..cf80dce Binary files /dev/null and b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ThinItalic-Pi.woff2 differ diff --git a/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/license.txt b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/license.txt new file mode 100644 index 0000000..f72f765 --- /dev/null +++ b/src/assets/ibm-plex/IBM-Plex-Mono/fonts/split/woff2/license.txt @@ -0,0 +1,92 @@ +Copyright © 2017 IBM Corp. with Reserved Font Name "Plex" + +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: +http://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. \ No newline at end of file diff --git a/src/assets/ibm-plex/css/_ibm-plex.scss b/src/assets/ibm-plex/css/_ibm-plex.scss new file mode 100644 index 0000000..2880302 --- /dev/null +++ b/src/assets/ibm-plex/css/_ibm-plex.scss @@ -0,0 +1,655 @@ +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 700; + src: local("IBM Plex Mono Bold"), local("IBMPlexMono-Bold"), url("#{$font-path}/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Bold.woff2") format("woff2"), url("#{$font-path}/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Bold.woff") format("woff"); } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 700; + src: local("IBM Plex Mono Bold"), local("IBMPlexMono-Bold"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Bold-Cyrillic.woff2") format("woff2"); + unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 700; + src: local("IBM Plex Mono Bold"), local("IBMPlexMono-Bold"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Bold-Pi.woff2") format("woff2"); + unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 700; + src: local("IBM Plex Mono Bold"), local("IBMPlexMono-Bold"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Bold-Latin3.woff2") format("woff2"); + unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 700; + src: local("IBM Plex Mono Bold"), local("IBMPlexMono-Bold"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Bold-Latin2.woff2") format("woff2"); + unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 700; + src: local("IBM Plex Mono Bold"), local("IBMPlexMono-Bold"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Bold-Latin1.woff2") format("woff2"); + unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 700; + src: local("IBM Plex Mono Bold Italic"), local("IBMPlexMono-BoldItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-BoldItalic.woff2") format("woff2"), url("#{$font-path}/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-BoldItalic.woff") format("woff"); } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 700; + src: local("IBM Plex Mono Bold Italic"), local("IBMPlexMono-BoldItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-BoldItalic-Cyrillic.woff2") format("woff2"); + unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 700; + src: local("IBM Plex Mono Bold Italic"), local("IBMPlexMono-BoldItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-BoldItalic-Pi.woff2") format("woff2"); + unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 700; + src: local("IBM Plex Mono Bold Italic"), local("IBMPlexMono-BoldItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-BoldItalic-Latin3.woff2") format("woff2"); + unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 700; + src: local("IBM Plex Mono Bold Italic"), local("IBMPlexMono-BoldItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-BoldItalic-Latin2.woff2") format("woff2"); + unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 700; + src: local("IBM Plex Mono Bold Italic"), local("IBMPlexMono-BoldItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-BoldItalic-Latin1.woff2") format("woff2"); + unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 200; + src: local("IBM Plex Mono ExtraLight"), local("IBMPlexMono-ExtraLight"), url("#{$font-path}/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-ExtraLight.woff2") format("woff2"), url("#{$font-path}/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-ExtraLight.woff") format("woff"); } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 200; + src: local("IBM Plex Mono ExtraLight"), local("IBMPlexMono-ExtraLight"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLight-Cyrillic.woff2") format("woff2"); + unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 200; + src: local("IBM Plex Mono ExtraLight"), local("IBMPlexMono-ExtraLight"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLight-Pi.woff2") format("woff2"); + unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 200; + src: local("IBM Plex Mono ExtraLight"), local("IBMPlexMono-ExtraLight"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLight-Latin3.woff2") format("woff2"); + unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 200; + src: local("IBM Plex Mono ExtraLight"), local("IBMPlexMono-ExtraLight"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLight-Latin2.woff2") format("woff2"); + unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 200; + src: local("IBM Plex Mono ExtraLight"), local("IBMPlexMono-ExtraLight"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLight-Latin1.woff2") format("woff2"); + unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 200; + src: local("IBM Plex Mono ExtraLight Italic"), local("IBMPlexMono-ExtraLightItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-ExtraLightItalic.woff2") format("woff2"), url("#{$font-path}/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-ExtraLightItalic.woff") format("woff"); } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 200; + src: local("IBM Plex Mono ExtraLight Italic"), local("IBMPlexMono-ExtraLightItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLightItalic-Cyrillic.woff2") format("woff2"); + unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 200; + src: local("IBM Plex Mono ExtraLight Italic"), local("IBMPlexMono-ExtraLightItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLightItalic-Pi.woff2") format("woff2"); + unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 200; + src: local("IBM Plex Mono ExtraLight Italic"), local("IBMPlexMono-ExtraLightItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLightItalic-Latin3.woff2") format("woff2"); + unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 200; + src: local("IBM Plex Mono ExtraLight Italic"), local("IBMPlexMono-ExtraLightItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLightItalic-Latin2.woff2") format("woff2"); + unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 200; + src: local("IBM Plex Mono ExtraLight Italic"), local("IBMPlexMono-ExtraLightItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ExtraLightItalic-Latin1.woff2") format("woff2"); + unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 400; + src: local("IBM Plex Mono Italic"), local("IBMPlexMono-Italic"), url("#{$font-path}/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Italic.woff2") format("woff2"), url("#{$font-path}/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Italic.woff") format("woff"); } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 400; + src: local("IBM Plex Mono Italic"), local("IBMPlexMono-Italic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Cyrillic.woff2") format("woff2"); + unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 400; + src: local("IBM Plex Mono Italic"), local("IBMPlexMono-Italic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Pi.woff2") format("woff2"); + unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 400; + src: local("IBM Plex Mono Italic"), local("IBMPlexMono-Italic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin3.woff2") format("woff2"); + unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 400; + src: local("IBM Plex Mono Italic"), local("IBMPlexMono-Italic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin2.woff2") format("woff2"); + unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 400; + src: local("IBM Plex Mono Italic"), local("IBMPlexMono-Italic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin1.woff2") format("woff2"); + unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 300; + src: local("IBM Plex Mono Light"), local("IBMPlexMono-Light"), url("#{$font-path}/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Light.woff2") format("woff2"), url("#{$font-path}/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Light.woff") format("woff"); } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 300; + src: local("IBM Plex Mono Light"), local("IBMPlexMono-Light"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Cyrillic.woff2") format("woff2"); + unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 300; + src: local("IBM Plex Mono Light"), local("IBMPlexMono-Light"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Pi.woff2") format("woff2"); + unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 300; + src: local("IBM Plex Mono Light"), local("IBMPlexMono-Light"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin3.woff2") format("woff2"); + unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 300; + src: local("IBM Plex Mono Light"), local("IBMPlexMono-Light"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin2.woff2") format("woff2"); + unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 300; + src: local("IBM Plex Mono Light"), local("IBMPlexMono-Light"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin1.woff2") format("woff2"); + unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 300; + src: local("IBM Plex Mono Light Italic"), local("IBMPlexMono-LightItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-LightItalic.woff2") format("woff2"), url("#{$font-path}/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-LightItalic.woff") format("woff"); } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 300; + src: local("IBM Plex Mono Light Italic"), local("IBMPlexMono-LightItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Cyrillic.woff2") format("woff2"); + unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 300; + src: local("IBM Plex Mono Light Italic"), local("IBMPlexMono-LightItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Pi.woff2") format("woff2"); + unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 300; + src: local("IBM Plex Mono Light Italic"), local("IBMPlexMono-LightItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin3.woff2") format("woff2"); + unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 300; + src: local("IBM Plex Mono Light Italic"), local("IBMPlexMono-LightItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin2.woff2") format("woff2"); + unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 300; + src: local("IBM Plex Mono Light Italic"), local("IBMPlexMono-LightItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin1.woff2") format("woff2"); + unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 500; + src: local("IBM Plex Mono Medium"), local("IBMPlexMono-Medium"), url("#{$font-path}/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Medium.woff2") format("woff2"), url("#{$font-path}/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Medium.woff") format("woff"); } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 500; + src: local("IBM Plex Mono Medium"), local("IBMPlexMono-Medium"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Medium-Cyrillic.woff2") format("woff2"); + unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 500; + src: local("IBM Plex Mono Medium"), local("IBMPlexMono-Medium"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Medium-Pi.woff2") format("woff2"); + unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 500; + src: local("IBM Plex Mono Medium"), local("IBMPlexMono-Medium"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Medium-Latin3.woff2") format("woff2"); + unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 500; + src: local("IBM Plex Mono Medium"), local("IBMPlexMono-Medium"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Medium-Latin2.woff2") format("woff2"); + unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 500; + src: local("IBM Plex Mono Medium"), local("IBMPlexMono-Medium"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Medium-Latin1.woff2") format("woff2"); + unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 500; + src: local("IBM Plex Mono Medium Italic"), local("IBMPlexMono-MediumItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-MediumItalic.woff2") format("woff2"), url("#{$font-path}/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-MediumItalic.woff") format("woff"); } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 500; + src: local("IBM Plex Mono Medium Italic"), local("IBMPlexMono-MediumItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-MediumItalic-Cyrillic.woff2") format("woff2"); + unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 500; + src: local("IBM Plex Mono Medium Italic"), local("IBMPlexMono-MediumItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-MediumItalic-Pi.woff2") format("woff2"); + unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 500; + src: local("IBM Plex Mono Medium Italic"), local("IBMPlexMono-MediumItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-MediumItalic-Latin3.woff2") format("woff2"); + unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 500; + src: local("IBM Plex Mono Medium Italic"), local("IBMPlexMono-MediumItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-MediumItalic-Latin2.woff2") format("woff2"); + unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 500; + src: local("IBM Plex Mono Medium Italic"), local("IBMPlexMono-MediumItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-MediumItalic-Latin1.woff2") format("woff2"); + unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 400; + src: local("IBM Plex Mono"), local("IBMPlexMono"), url("#{$font-path}/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Regular.woff2") format("woff2"), url("#{$font-path}/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Regular.woff") format("woff"); } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 400; + src: local("IBM Plex Mono"), local("IBMPlexMono"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Cyrillic.woff2") format("woff2"); + unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 400; + src: local("IBM Plex Mono"), local("IBMPlexMono"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Pi.woff2") format("woff2"); + unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 400; + src: local("IBM Plex Mono"), local("IBMPlexMono"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin3.woff2") format("woff2"); + unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 400; + src: local("IBM Plex Mono"), local("IBMPlexMono"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin2.woff2") format("woff2"); + unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 400; + src: local("IBM Plex Mono"), local("IBMPlexMono"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin1.woff2") format("woff2"); + unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 600; + src: local("IBM Plex Mono SemiBold"), local("IBMPlexMono-SemiBold"), url("#{$font-path}/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-SemiBold.woff2") format("woff2"), url("#{$font-path}/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-SemiBold.woff") format("woff"); } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 600; + src: local("IBM Plex Mono SemiBold"), local("IBMPlexMono-SemiBold"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Cyrillic.woff2") format("woff2"); + unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 600; + src: local("IBM Plex Mono SemiBold"), local("IBMPlexMono-SemiBold"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Pi.woff2") format("woff2"); + unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 600; + src: local("IBM Plex Mono SemiBold"), local("IBMPlexMono-SemiBold"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin3.woff2") format("woff2"); + unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 600; + src: local("IBM Plex Mono SemiBold"), local("IBMPlexMono-SemiBold"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin2.woff2") format("woff2"); + unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 600; + src: local("IBM Plex Mono SemiBold"), local("IBMPlexMono-SemiBold"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin1.woff2") format("woff2"); + unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 600; + src: local("IBM Plex Mono SemiBold Italic"), local("IBMPlexMono-SemiBoldItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-SemiBoldItalic.woff2") format("woff2"), url("#{$font-path}/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-SemiBoldItalic.woff") format("woff"); } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 600; + src: local("IBM Plex Mono SemiBold Italic"), local("IBMPlexMono-SemiBoldItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Cyrillic.woff2") format("woff2"); + unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 600; + src: local("IBM Plex Mono SemiBold Italic"), local("IBMPlexMono-SemiBoldItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Pi.woff2") format("woff2"); + unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 600; + src: local("IBM Plex Mono SemiBold Italic"), local("IBMPlexMono-SemiBoldItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin3.woff2") format("woff2"); + unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 600; + src: local("IBM Plex Mono SemiBold Italic"), local("IBMPlexMono-SemiBoldItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin2.woff2") format("woff2"); + unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 600; + src: local("IBM Plex Mono SemiBold Italic"), local("IBMPlexMono-SemiBoldItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin1.woff2") format("woff2"); + unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 450; + src: local("IBM Plex Mono Text"), local("IBMPlexMono-Text"), url("#{$font-path}/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Text.woff2") format("woff2"), url("#{$font-path}/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Text.woff") format("woff"); } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 450; + src: local("IBM Plex Mono Text"), local("IBMPlexMono-Text"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Text-Cyrillic.woff2") format("woff2"); + unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 450; + src: local("IBM Plex Mono Text"), local("IBMPlexMono-Text"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Text-Pi.woff2") format("woff2"); + unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 450; + src: local("IBM Plex Mono Text"), local("IBMPlexMono-Text"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Text-Latin3.woff2") format("woff2"); + unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 450; + src: local("IBM Plex Mono Text"), local("IBMPlexMono-Text"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Text-Latin2.woff2") format("woff2"); + unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 450; + src: local("IBM Plex Mono Text"), local("IBMPlexMono-Text"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Text-Latin1.woff2") format("woff2"); + unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 450; + src: local("IBM Plex Mono Text Italic"), local("IBMPlexMono-TextItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-TextItalic.woff2") format("woff2"), url("#{$font-path}/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-TextItalic.woff") format("woff"); } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 450; + src: local("IBM Plex Mono Text Italic"), local("IBMPlexMono-TextItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-TextItalic-Cyrillic.woff2") format("woff2"); + unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 450; + src: local("IBM Plex Mono Text Italic"), local("IBMPlexMono-TextItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-TextItalic-Pi.woff2") format("woff2"); + unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 450; + src: local("IBM Plex Mono Text Italic"), local("IBMPlexMono-TextItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-TextItalic-Latin3.woff2") format("woff2"); + unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 450; + src: local("IBM Plex Mono Text Italic"), local("IBMPlexMono-TextItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-TextItalic-Latin2.woff2") format("woff2"); + unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 450; + src: local("IBM Plex Mono Text Italic"), local("IBMPlexMono-TextItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-TextItalic-Latin1.woff2") format("woff2"); + unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 100; + src: local("IBM Plex Mono Thin"), local("IBMPlexMono-Thin"), url("#{$font-path}/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Thin.woff2") format("woff2"), url("#{$font-path}/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Thin.woff") format("woff"); } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 100; + src: local("IBM Plex Mono Thin"), local("IBMPlexMono-Thin"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Thin-Cyrillic.woff2") format("woff2"); + unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 100; + src: local("IBM Plex Mono Thin"), local("IBMPlexMono-Thin"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Thin-Pi.woff2") format("woff2"); + unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 100; + src: local("IBM Plex Mono Thin"), local("IBMPlexMono-Thin"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Thin-Latin3.woff2") format("woff2"); + unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 100; + src: local("IBM Plex Mono Thin"), local("IBMPlexMono-Thin"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Thin-Latin2.woff2") format("woff2"); + unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 100; + src: local("IBM Plex Mono Thin"), local("IBMPlexMono-Thin"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Thin-Latin1.woff2") format("woff2"); + unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 100; + src: local("IBM Plex Mono Thin Italic"), local("IBMPlexMono-ThinItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-ThinItalic.woff2") format("woff2"), url("#{$font-path}/IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-ThinItalic.woff") format("woff"); } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 100; + src: local("IBM Plex Mono Thin Italic"), local("IBMPlexMono-ThinItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ThinItalic-Cyrillic.woff2") format("woff2"); + unicode-range: U+0400-045F, U+0472-0473, U+0490-049D, U+04A0-04A5, U+04AA-04AB, U+04AE-04B3, U+04B6-04BB, U+04C0-04C2, U+04CF-04D9, U+04DC-04DF, U+04E2-04E9, U+04EE-04F5, U+04F8-04F9; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 100; + src: local("IBM Plex Mono Thin Italic"), local("IBMPlexMono-ThinItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ThinItalic-Pi.woff2") format("woff2"); + unicode-range: U+0E3F, U+2032-2033, U+2070, U+2075-2079, U+2080-2081, U+2083, U+2085-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+EBE1-EBE7, U+ECE0, U+EFCC; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 100; + src: local("IBM Plex Mono Thin Italic"), local("IBMPlexMono-ThinItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ThinItalic-Latin3.woff2") format("woff2"); + unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 100; + src: local("IBM Plex Mono Thin Italic"), local("IBMPlexMono-ThinItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ThinItalic-Latin2.woff2") format("woff2"); + unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF, U+FB01-FB02; } + +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 100; + src: local("IBM Plex Mono Thin Italic"), local("IBMPlexMono-ThinItalic"), url("#{$font-path}/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-ThinItalic-Latin1.woff2") format("woff2"); + unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00A3, U+00A4-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2212, U+FB01-FB02; } diff --git a/src/assets/ibm-plex/css/ibm-plex.css b/src/assets/ibm-plex/css/ibm-plex.css new file mode 100644 index 0000000..d723d12 --- /dev/null +++ b/src/assets/ibm-plex/css/ibm-plex.css @@ -0,0 +1,61 @@ +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 700; + src: local("IBM Plex Mono Bold"), local("IBMPlexMono-Bold"), url("../IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Bold.woff2") format("woff2"), url("../IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Bold.woff") format("woff"); } +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 700; + src: local("IBM Plex Mono Bold Italic"), local("IBMPlexMono-BoldItalic"), url("../IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-BoldItalic.woff2") format("woff2"), url("../IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-BoldItalic.woff") format("woff"); } +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 200; + src: local("IBM Plex Mono ExtraLight"), local("IBMPlexMono-ExtraLight"), url("../IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-ExtraLight.woff2") format("woff2"), url("../IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-ExtraLight.woff") format("woff"); } +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 200; + src: local("IBM Plex Mono ExtraLight Italic"), local("IBMPlexMono-ExtraLightItalic"), url("../IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-ExtraLightItalic.woff2") format("woff2"), url("../IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-ExtraLightItalic.woff") format("woff"); } +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 400; + src: local("IBM Plex Mono Italic"), local("IBMPlexMono-Italic"), url("../IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Italic.woff2") format("woff2"), url("../IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Italic.woff") format("woff"); } +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 300; + src: local("IBM Plex Mono Light"), local("IBMPlexMono-Light"), url("../IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Light.woff2") format("woff2"), url("../IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Light.woff") format("woff"); } +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 300; + src: local("IBM Plex Mono Light Italic"), local("IBMPlexMono-LightItalic"), url("../IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-LightItalic.woff2") format("woff2"), url("../IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-LightItalic.woff") format("woff"); } +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 500; + src: local("IBM Plex Mono Medium"), local("IBMPlexMono-Medium"), url("../IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Medium.woff2") format("woff2"), url("../IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Medium.woff") format("woff"); } +@font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 500; + src: local("IBM Plex Mono Medium Italic"), local("IBMPlexMono-MediumItalic"), url("../IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-MediumItalic.woff2") format("woff2"), url("../IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-MediumItalic.woff") format("woff"); } +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 400; + src: local("IBM Plex Mono"), local("IBMPlexMono"), url("../IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Regular.woff2") format("woff2"), url("../IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Regular.woff") format("woff"); } +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 600; + src: local("IBM Plex Mono SemiBold"), local("IBMPlexMono-SemiBold"), url("../IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-SemiBold.woff2") format("woff2"), url("../IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-SemiBold.woff") format("woff"); } +@font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 450; + src: local("IBM Plex Mono Text"), local("IBMPlexMono-Text"), url("../IBM-Plex-Mono/fonts/complete/woff2/IBMPlexMono-Text.woff2") format("woff2"), url("../IBM-Plex-Mono/fonts/complete/woff/IBMPlexMono-Text.woff") format("woff"); } + diff --git a/src/assets/style.scss b/src/assets/style.scss new file mode 100644 index 0000000..f025a4f --- /dev/null +++ b/src/assets/style.scss @@ -0,0 +1,118 @@ +$font-path: 'ibm-plex'; + +// the base size of the header svg is 500 * 500, strokes will need to be +// adjusted for exact pixel sizes +$logo-size: 216; +$factor: 1 / ($logo-size / 500); + +$highlight: #ff005f; + +@import 'ibm-plex/css/ibm-plex.scss'; + +*, *:before, *:after { + box-sizing: border-box; +} + +html, body { + padding: 0; + margin: 0; +} + +body { + background: #fefefe; + font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace; + font-size: 16px; + line-height: 1.5; +} + +h1, h2, h3, h4, h5, h6 { + font-weight: normal; + margin: 0; +} + +h1 { + font-size: 24px; + line-height: 24px; + padding: 0 0 32px; +} + +h2 { + font-size: 20px; + line-height: 16px; + padding: 0 0 16px; +} + +p { + margin: 0 0 16px; +} + +a { + color: $highlight; +} + +.ten-print { + width: $logo-size * 1px; + height: $logo-size * 1px; + display: block; + + path { + stroke: $highlight; + fill: transparent; + stroke-width: 1.5px * $factor; + stroke-linecap: round; + } +} + +main { + display: grid; + max-width: 960px; + margin: 48px auto 48px 48px; + grid-gap: 32px; + // grid-auto-rows: 1fr; + grid-template-columns: repeat(4, minmax(0, 1fr)); + grid-template-areas: + "header header header header" + "nav content content content"; + grid-auto-flow: dense; +} + +header { + grid-area: header; +} + +nav { + grid-area: nav; + + ul { + list-style: none; + margin: 0; + padding: 0; + } +} + +article { + grid-area: content; + + ul { + padding: 0 0 0 16px; + margin: 0 0 32px; + } +} + +// special page styling + +.home { // == main + grid-template-areas: + "header header header header" + "nav nav nav nav"; + + nav { + ul { + list-style: inside; + padding: 0 0 0 16px; + margin: 0 0 32px; + } + } + + article { display: none; } +} diff --git a/src/assets/ten-print.svg b/src/assets/ten-print.svg new file mode 100644 index 0000000..b146c26 --- /dev/null +++ b/src/assets/ten-print.svg @@ -0,0 +1 @@ + diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..da2bfea --- /dev/null +++ b/src/index.html @@ -0,0 +1,15 @@ +--- +title: arnes.space +--- + + + + + +Welcome to {{title}}
+ +