index.css 920 B

1234567891011121314151617181920212223242526272829303132333435
  1. @font-face {
  2. font-family: "Victor Mono";
  3. src: url("woff2/VictorMono-Regular.woff2") format("woff2"),
  4. url("woff/VictorMono-Regular.woff") format("woff");
  5. font-weight: 400;
  6. font-style: normal;
  7. font-display: swap;
  8. }
  9. @font-face {
  10. font-family: "Victor Mono";
  11. src: url("woff2/VictorMono-Italic.woff2") format("woff2"),
  12. url("woff/VictorMono-Italic.woff") format("woff");
  13. font-weight: 400;
  14. font-style: italic;
  15. font-display: swap;
  16. }
  17. @font-face {
  18. font-family: "Victor Mono";
  19. src: url("woff2/VictorMono-Bold.woff2") format("woff2"),
  20. url("woff/VictorMono-Bold.woff") format("woff");
  21. font-weight: 700;
  22. font-style: normal;
  23. font-display: swap;
  24. }
  25. @font-face {
  26. font-family: "Victor Mono";
  27. src: url("woff2/VictorMono-BoldItalic.woff2") format("woff2"),
  28. url("woff/VictorMono-BoldItalic.woff") format("woff");
  29. font-weight: 700;
  30. font-style: italic;
  31. font-display: swap;
  32. }