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.

17 lines
380 B

4 years ago
  1. @font-face {
  2. font-display: swap;
  3. font-family: 'Fira Code';
  4. font-style: normal;
  5. font-weight: 400;
  6. src: url("../fonts/FiraCode-Regular.woff") format("woff");
  7. font-display: swap;
  8. }
  9. @font-face {
  10. font-display: swap;
  11. font-family: 'Fira Code';
  12. font-style: normal;
  13. font-weight: 800;
  14. src: url("../fonts/FiraCode-Bold.woff") format("woff");
  15. font-display: swap;
  16. }