styles.scss 225 B

123456789
  1. .previewWrapper {
  2. color: var(--color-text-default);
  3. }
  4. * {
  5. font-family: "ProximaVara", "Helvetica Neue", Helvetica, Arial !important;
  6. -webkit-font-smoothing: antialiased;
  7. -moz-osx-font-smoothing: grayscale;
  8. }