overtype 1.0.5 → 1.0.6

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * OverType v1.0.3
2
+ * OverType v1.0.6
3
3
  * A lightweight markdown editor library with perfect WYSIWYG alignment
4
4
  * @license MIT
5
5
  * @author Demo User
@@ -1273,7 +1273,7 @@ function generateStyles(options = {}) {
1273
1273
  const {
1274
1274
  fontSize = "14px",
1275
1275
  lineHeight = 1.6,
1276
- fontFamily = "'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace",
1276
+ fontFamily = "ui-monospace, 'SFMono-Regular', 'Menlo', 'Consolas', 'Liberation Mono', monospace",
1277
1277
  padding = "20px",
1278
1278
  theme = null,
1279
1279
  mobile = {}
@@ -2044,7 +2044,7 @@ var _OverType = class _OverType {
2044
2044
  // Typography
2045
2045
  fontSize: "14px",
2046
2046
  lineHeight: 1.6,
2047
- fontFamily: "'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace",
2047
+ fontFamily: "ui-monospace, 'SFMono-Regular', 'Menlo', 'Consolas', 'Liberation Mono', monospace",
2048
2048
  padding: "16px",
2049
2049
  // Mobile styles
2050
2050
  mobile: {