common: Added IBMPlexMono font for all websites to use
This commit is contained in:
parent
4e14111e13
commit
1ca4b59bb9
5 changed files with 24 additions and 0 deletions
24
src/common/fonts/IBMPlexMono.css
Normal file
24
src/common/fonts/IBMPlexMono.css
Normal 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;
|
||||||
|
}
|
BIN
src/common/fonts/IBMPlexMono/Bold.woff2
Normal file
BIN
src/common/fonts/IBMPlexMono/Bold.woff2
Normal file
Binary file not shown.
BIN
src/common/fonts/IBMPlexMono/BoldItalic.woff2
Normal file
BIN
src/common/fonts/IBMPlexMono/BoldItalic.woff2
Normal file
Binary file not shown.
BIN
src/common/fonts/IBMPlexMono/Italic.woff2
Normal file
BIN
src/common/fonts/IBMPlexMono/Italic.woff2
Normal file
Binary file not shown.
BIN
src/common/fonts/IBMPlexMono/Regular.woff2
Normal file
BIN
src/common/fonts/IBMPlexMono/Regular.woff2
Normal file
Binary file not shown.
Loading…
Reference in a new issue