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