diff --git a/src/common/fonts/IBMPlexMono.css b/src/common/fonts/IBMPlexMono.css new file mode 100644 index 0000000..5c654ee --- /dev/null +++ b/src/common/fonts/IBMPlexMono.css @@ -0,0 +1,24 @@ +@font-face { + font-family: 'IBM Plex Mono'; + src: url("IBMPlexMono/Regular.woff2") format("woff2"); +} + +@font-face { + font-family: 'IBM Plex Mono'; + src: url("IBMPlexMono/Bold.woff2") format("woff2"); + font-weight: bold; +} + +@font-face { + font-family: 'IBM Plex Mono'; + src: url("IBMPlexMono/Italic.woff2") format("woff2"); + font-weight: normal; + font-style: italic; +} + +@font-face { + font-family: 'IBM Plex Mono'; + src: url("IBMPlexMono/BoldItalic.woff2") format("woff2"); + font-weight: bold; + font-style: italic; +} diff --git a/src/common/fonts/IBMPlexMono/Bold.woff2 b/src/common/fonts/IBMPlexMono/Bold.woff2 new file mode 100644 index 0000000..9821ed3 Binary files /dev/null and b/src/common/fonts/IBMPlexMono/Bold.woff2 differ diff --git a/src/common/fonts/IBMPlexMono/BoldItalic.woff2 b/src/common/fonts/IBMPlexMono/BoldItalic.woff2 new file mode 100644 index 0000000..d033d12 Binary files /dev/null and b/src/common/fonts/IBMPlexMono/BoldItalic.woff2 differ diff --git a/src/common/fonts/IBMPlexMono/Italic.woff2 b/src/common/fonts/IBMPlexMono/Italic.woff2 new file mode 100644 index 0000000..3ba4780 Binary files /dev/null and b/src/common/fonts/IBMPlexMono/Italic.woff2 differ diff --git a/src/common/fonts/IBMPlexMono/Regular.woff2 b/src/common/fonts/IBMPlexMono/Regular.woff2 new file mode 100644 index 0000000..84c87e0 Binary files /dev/null and b/src/common/fonts/IBMPlexMono/Regular.woff2 differ