@symbo.ls/scratch 0.3.10 → 0.3.11
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/package.json
CHANGED
|
@@ -11,6 +11,7 @@ var defaultFont = { // eslint-disable-line
|
|
|
11
11
|
export const FONT_FAMILY = {}
|
|
12
12
|
export const FONT_FAMILY_TYPES = {
|
|
13
13
|
serif: 'Helvetica, Arial, sans-serif, --system-default',
|
|
14
|
-
'sans-serif': 'Times New Roman, Georgia, serif, --system-default'
|
|
14
|
+
'sans-serif': 'Times New Roman, Georgia, serif, --system-default',
|
|
15
|
+
monospace: 'Courier New, monospace, --system-default'
|
|
15
16
|
}
|
|
16
17
|
export const FONT_FACE = getFontFace(FONT_FAMILY)
|