fonts.css 785 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. /* http://www.eaglefonts.com/fg-virgil-ttf-131249.htm */
  2. @font-face {
  3. font-family: "Virgil";
  4. src: url("Virgil.woff2");
  5. font-display: swap;
  6. }
  7. /* https://github.com/microsoft/cascadia-code */
  8. @font-face {
  9. font-family: "Cascadia";
  10. src: url("Cascadia.woff2");
  11. font-display: swap;
  12. }
  13. @font-face {
  14. font-family: "Assistant";
  15. src: url("Assistant-Regular.woff2");
  16. font-display: swap;
  17. font-weight: 400;
  18. }
  19. @font-face {
  20. font-family: "Assistant";
  21. src: url("Assistant-Medium.woff2");
  22. font-display: swap;
  23. font-weight: 500;
  24. }
  25. @font-face {
  26. font-family: "Assistant";
  27. src: url("Assistant-SemiBold.woff2");
  28. font-display: swap;
  29. font-weight: 600;
  30. }
  31. @font-face {
  32. font-family: "Assistant";
  33. src: url("Assistant-Bold.woff2");
  34. font-display: swap;
  35. font-weight: 700;
  36. }