mol_dump_lib 0.0.82 → 0.0.84

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/web.mjs CHANGED
@@ -5391,6 +5391,9 @@ var $;
5391
5391
  const { rem, px } = $mol_style_unit;
5392
5392
  $mol_style_define($mol_text_code, {
5393
5393
  whiteSpace: 'pre-wrap',
5394
+ font: {
5395
+ family: 'monospace',
5396
+ },
5394
5397
  Rows: {
5395
5398
  padding: $mol_gap.text,
5396
5399
  },