common: Added IBMPlexMono font for all websites to use

This commit is contained in:
Yuki Joou 2023-05-28 13:04:52 +02:00
parent 4e14111e13
commit 1ca4b59bb9
5 changed files with 24 additions and 0 deletions

View file

@ -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;
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.