sadium/themes/hugo-theme-terminal/assets/css/font.scss
Артём 6fa1d7adbb
All checks were successful
/ site (push) Successful in 2s
Обновление шрифта
2024-07-14 19:13:46 +03:00

15 lines
338 B
SCSS

@font-face {
font-display: swap;
font-family: 'IBM Plex';
font-style: normal;
font-weight: 400;
src: url("fonts/IBMPlexMono-Regular.woff2") format("woff2");
}
@font-face {
font-display: swap;
font-family: 'IBM Plex';
font-style: normal;
font-weight: 800;
src: url("fonts/IBMPlexMono-Bold.woff2") format("woff2");
}