UNPKG

primrose

Version:

Syntax-highlighting text editor that renders to an HTML5 Canvas element

5 lines (4 loc) 431 B
// A selection of fonts for preferred monospace rendering. export const monospaceFamily = "'Droid Sans Mono', 'Consolas', 'Lucida Console', 'Courier New', 'Courier', monospace"; // A selection of fonts that should match whatever the user's operating system normally uses. export const systemFamily = "-apple-system, '.SFNSText-Regular', 'San Francisco', 'Roboto', 'Segoe UI', 'Helvetica Neue', 'Lucida Grande', sans-serif";