2024-07-14 19:13:46 +03:00
|
|
|
@font-face {
|
|
|
|
font-display: swap;
|
2024-08-08 12:09:18 +03:00
|
|
|
font-family: 'IBM Plex Mono';
|
2024-07-14 19:13:46 +03:00
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: url("../fonts/IBMPlexMono-Regular.woff2") format("woff2");
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-display: swap;
|
2024-08-08 12:09:18 +03:00
|
|
|
font-family: 'IBM Plex Mono';
|
2024-07-14 19:13:46 +03:00
|
|
|
font-style: normal;
|
|
|
|
font-weight: 800;
|
|
|
|
src: url("../fonts/IBMPlexMono-Bold.woff2") format("woff2");
|
2024-08-08 12:09:18 +03:00
|
|
|
}
|