You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
plain-ui/dist/fonts/stylesheet.css

25 lines
829 B

@font-face {
font-family: 'IBM Plex Mono';
src: url('fonts/IBMPlexMono.eot');
src: url('fonts/IBMPlexMono.eot?#iefix') format('embedded-opentype'),
url('fonts/IBMPlexMono.woff2') format('woff2'),
url('fonts/IBMPlexMono.woff') format('woff'),
url('fonts/IBMPlexMono.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'IBM Plex Mono';
src: url('fonts/IBMPlexMono-Bold.eot');
src: url('fonts/IBMPlexMono-Bold.eot?#iefix') format('embedded-opentype'),
url('fonts/IBMPlexMono-Bold.woff2') format('woff2'),
url('fonts/IBMPlexMono-Bold.woff') format('woff'),
url('fonts/IBMPlexMono-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
font-display: swap;
}