diff --git a/fonts/index.css b/fonts/index.css index 9e1131f..6ad6277 100644 --- a/fonts/index.css +++ b/fonts/index.css @@ -1,34 +1,34 @@ @font-face { - font-family: "Victor Mono"; - src: url("woff2/VictorMono-Regular.woff2") format("woff2"), - url("woff/VictorMono-Regular.woff") format("woff"); + font-family: "IBM Plex Mono"; + src: url("woff2/IBMPlexMono-Regular.woff2") format("woff2"), + url("woff/IBMPlexMono-Regular.woff") format("woff"); font-weight: 400; font-style: normal; font-display: swap; } @font-face { - font-family: "Victor Mono"; - src: url("woff2/VictorMono-Italic.woff2") format("woff2"), - url("woff/VictorMono-Italic.woff") format("woff"); + font-family: "IBM PLex Mono"; + src: url("woff2/IBMPlexMono-Italic.woff2") format("woff2"), + url("woff/IBMPlexMono-Italic.woff") format("woff"); font-weight: 400; font-style: italic; font-display: swap; } @font-face { - font-family: "Victor Mono"; - src: url("woff2/VictorMono-Bold.woff2") format("woff2"), - url("woff/VictorMono-Bold.woff") format("woff"); + font-family: "IBM PLex Mono"; + src: url("woff2/IBMPlexMono-Bold.woff2") format("woff2"), + url("woff/IBMPlexMono-Bold.woff") format("woff"); font-weight: 700; font-style: normal; font-display: swap; } @font-face { - font-family: "Victor Mono"; - src: url("woff2/VictorMono-BoldItalic.woff2") format("woff2"), - url("woff/VictorMono-BoldItalic.woff") format("woff"); + font-family: "IBM Plex Mono"; + src: url("woff2/IBMPlexMono-BoldItalic.woff2") format("woff2"), + url("woff/IBMPlexMono-BoldItalic.woff") format("woff"); font-weight: 700; font-style: italic; font-display: swap; diff --git a/fonts/woff/IBMPlexMono-Bold.woff b/fonts/woff/IBMPlexMono-Bold.woff new file mode 100644 index 0000000..8f4ca30 Binary files /dev/null and b/fonts/woff/IBMPlexMono-Bold.woff differ diff --git a/fonts/woff/IBMPlexMono-BoldItalic.woff b/fonts/woff/IBMPlexMono-BoldItalic.woff new file mode 100644 index 0000000..1377804 Binary files /dev/null and b/fonts/woff/IBMPlexMono-BoldItalic.woff differ diff --git a/fonts/woff/IBMPlexMono-Italic.woff b/fonts/woff/IBMPlexMono-Italic.woff new file mode 100644 index 0000000..f0ea1c2 Binary files /dev/null and b/fonts/woff/IBMPlexMono-Italic.woff differ diff --git a/fonts/woff/IBMPlexMono-Regular.woff b/fonts/woff/IBMPlexMono-Regular.woff new file mode 100644 index 0000000..2c5ee31 Binary files /dev/null and b/fonts/woff/IBMPlexMono-Regular.woff differ diff --git a/fonts/woff2/IBMPlexMono-Bold.woff2 b/fonts/woff2/IBMPlexMono-Bold.woff2 new file mode 100644 index 0000000..9821ed3 Binary files /dev/null and b/fonts/woff2/IBMPlexMono-Bold.woff2 differ diff --git a/fonts/woff2/IBMPlexMono-BoldItalic.woff2 b/fonts/woff2/IBMPlexMono-BoldItalic.woff2 new file mode 100644 index 0000000..d033d12 Binary files /dev/null and b/fonts/woff2/IBMPlexMono-BoldItalic.woff2 differ diff --git a/fonts/woff2/IBMPlexMono-Italic.woff2 b/fonts/woff2/IBMPlexMono-Italic.woff2 new file mode 100644 index 0000000..3ba4780 Binary files /dev/null and b/fonts/woff2/IBMPlexMono-Italic.woff2 differ diff --git a/fonts/woff2/IBMPlexMono-Regular.woff2 b/fonts/woff2/IBMPlexMono-Regular.woff2 new file mode 100644 index 0000000..84c87e0 Binary files /dev/null and b/fonts/woff2/IBMPlexMono-Regular.woff2 differ diff --git a/index.html b/index.html index 0ba3c1e..e658ccf 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@