git ssb

16+

Dominic / patchbay



Commit 9c8c53807af1b8a4868a470c80de895aa65481d3

add open-dyslexic font

mixmix committed on 6/7/2019, 4:53:35 AM
Parent: e30cbfe104e56481fe37628716c13d2107861417

Files changed

app/styles/css/open-dyslexic.jsadded
package-lock.jsonchanged
package.jsonchanged
app/styles/css/open-dyslexic.jsView
@@ -1,0 +1,11 @@
1+const nest = require('depnest')
2+const requireStyle = require('require-style')
3+const { assign } = Object
4+
5+exports.gives = nest('styles.css')
6+
7+exports.create = function (api) {
8+ return nest('styles.css', (sofar = {}) => {
9+ return assign(sofar, { openDyslexic: requireStyle('open-dyslexic') })
10+ })
11+}
package-lock.jsonView
The diff is too large to show. Use a local git client to view these changes.
Old file size: 762583 bytes
New file size: 762844 bytes
package.jsonView
@@ -66,8 +66,9 @@
6666 "marama": "^1.2.2",
6767 "micro-css": "^2.0.1",
6868 "mutant": "^3.22.3",
6969 "mutant-scroll": "^1.0.2",
70+ "open-dyslexic": "^1.0.3",
7071 "open-external": "^0.1.1",
7172 "patch-drafts": "0.0.6",
7273 "patch-history": "^1.0.0",
7374 "patch-inbox": "^1.3.2",

Built with git-ssb-web