@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.cjs CHANGED
@@ -375,7 +375,7 @@ function ScreenplayEditorView({
375
375
  {
376
376
  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",
377
377
  style: {
378
- fontFamily: "var(--font-courier-prime, 'Courier Prime', 'Courier New', Courier, monospace)",
378
+ fontFamily: "'Courier Prime', 'Courier New', Courier, monospace",
379
379
  paddingLeft: "1.5in",
380
380
  paddingRight: "1in",
381
381
  paddingTop: "1in",