sadium/themes/hugo-theme-terminal/assets/css/font.scss

16 lines
338 B
SCSS
Raw Normal View History

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