@vishu1301/script-writing 0.4.9 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -350,7 +350,7 @@ function ScreenplayEditorView({
350
350
  {
351
351
  className: "relative bg-[#fdfdfc] shadow-2xl shadow-zinc-300/60 border border-zinc-100 rounded-sm md:rounded-md pl-[1.5in] py-[1in] pr-[1in] flex flex-col w-[210mm] min-h-[297mm] shrink-0",
352
352
  style: {
353
- fontFamily: "var(--font-courier-prime, 'Courier Prime', 'Courier New', Courier, monospace)",
353
+ fontFamily: "'Courier Prime', 'Courier New', Courier, monospace",
354
354
  paddingLeft: "1.5in",
355
355
  paddingRight: "1in",
356
356
  paddingTop: "1in",