@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
@@ -2,7 +2,7 @@
2
2
  "name": "@symbo.ls/scratch",
3
3
  "description": "Φ / CSS framework and methodology.",
4
4
  "author": "Symbols",
5
- "version": "0.3.10",
5
+ "version": "0.3.11",
6
6
  "files": [
7
7
  "src"
8
8
  ],
@@ -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)