sadium/assets/css/font.scss

15 lines
375 B
SCSS
Raw Normal View History

2024-07-14 19:13:46 +03:00
@font-face {
font-display: swap;
font-family: 'IBM Plex Mono', monospace;
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;
font-family: 'IBM Plex Mono', monospace;
2024-07-14 19:13:46 +03:00
font-style: normal;
font-weight: 800;
src: url("../fonts/IBMPlexMono-Bold.woff2") format("woff2");
}