Exported PDF on macOS produces backward text with copy+paste

A fix would be nice.

This snippet also produces a copyable PDF (tested with the default and Minimal theme).

@media print {
  body {
  --font-text: 'Inter' !important;
  }
}
3 Likes