v-notion-editor 0.1.5 → 0.1.7

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.
Files changed (4) hide show
  1. package/README.md +4 -2
  2. package/index.js +42198 -25776
  3. package/package.json +2 -1
  4. package/style.css +1 -1
package/README.md CHANGED
@@ -318,11 +318,13 @@ Customize the editor appearance using CSS variables:
318
318
  --size-font-code: 0.875em;
319
319
 
320
320
  /* Fonts */
321
- --font-family-base: 'Roboto', Arial, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
321
+ --font-family-base: 'Inter', system-ui, -apple-system, sans-serif, Arial, 'Segoe UI';
322
+ --font-family-heading: 'Figtree', 'Inter', system-ui, -apple-system, sans-serif;
323
+ --font-family-code: 'SF Mono', 'Monaco', 'Cascadia Code', 'Roboto Mono', 'Consolas', monospace;
322
324
  --font-weight-medium: 500;
323
325
  --font-weight-semibold: 600;
324
326
  --font-weight-bold: 700;
325
- --size-font-base: 15px;
327
+ --size-font-base: 1.055em;
326
328
  --size-font-sm: 0.875em;
327
329
  --size-font-xs: 0.75em;
328
330