fonts.css 832 B

1234567891011121314151617181920212223242526272829303132333435
  1. /* Only UI fonts here, which are needed before the editor initializes. */
  2. /* These cannot be dynamically prepended with `EXCALIDRAW_ASSET_PATH`. */
  3. /* WARN: The following content is replaced during excalidraw-app build */
  4. @font-face {
  5. font-family: "Assistant";
  6. src: url(./Assistant-Regular.woff2) format("woff2");
  7. font-weight: 400;
  8. style: normal;
  9. display: swap;
  10. }
  11. @font-face {
  12. font-family: "Assistant";
  13. src: url(./Assistant-Medium.woff2) format("woff2");
  14. font-weight: 500;
  15. style: normal;
  16. display: swap;
  17. }
  18. @font-face {
  19. font-family: "Assistant";
  20. src: url(./Assistant-SemiBold.woff2) format("woff2");
  21. font-weight: 600;
  22. style: normal;
  23. display: swap;
  24. }
  25. @font-face {
  26. font-family: "Assistant";
  27. src: url(./Assistant-Bold.woff2) format("woff2");
  28. font-weight: 700;
  29. style: normal;
  30. display: swap;
  31. }