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.

24 lines
829 B

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. @font-face {
  2. font-family: 'IBM Plex Mono';
  3. src: url('fonts/IBMPlexMono.eot');
  4. src: url('fonts/IBMPlexMono.eot?#iefix') format('embedded-opentype'),
  5. url('fonts/IBMPlexMono.woff2') format('woff2'),
  6. url('fonts/IBMPlexMono.woff') format('woff'),
  7. url('fonts/IBMPlexMono.ttf') format('truetype');
  8. font-weight: normal;
  9. font-style: normal;
  10. font-display: swap;
  11. }
  12. @font-face {
  13. font-family: 'IBM Plex Mono';
  14. src: url('fonts/IBMPlexMono-Bold.eot');
  15. src: url('fonts/IBMPlexMono-Bold.eot?#iefix') format('embedded-opentype'),
  16. url('fonts/IBMPlexMono-Bold.woff2') format('woff2'),
  17. url('fonts/IBMPlexMono-Bold.woff') format('woff'),
  18. url('fonts/IBMPlexMono-Bold.ttf') format('truetype');
  19. font-weight: bold;
  20. font-style: normal;
  21. font-display: swap;
  22. }