Skip to content

Commit

Permalink
Update compositor.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Morse committed Jul 9, 2016
1 parent 72c32f2 commit a969a31
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions compositor.json
Expand Up @@ -7,26 +7,26 @@
"title": "Fluidity",
"branch": "gh-pages",
"style": {
"fontFamily": "-apple-system, BlinkMacSystemFont, sans-serif",
"fontFamily": "\"Avenir Next\", Helvetica, sans-serif",
"fontWeight": 400,
"bold": 600,
"lineHeight": 1.5,
"bold": 400,
"lineHeight": 1.625,
"typeScale": [
72,
48,
24,
40,
30,
25,
20,
16,
14,
12
15,
12,
10
],
"heading": {
"fontFamily": null,
"fontStyle": null,
"fontWeight": 600,
"lineHeight": 1.25,
"textTransform": null,
"letterSpacing": null,
"letterSpacing": "0.15625em",
"h0": {},
"h1": {},
"h2": {},
Expand All @@ -38,20 +38,20 @@
"alternativeText": {},
"space": [
0,
8,
16,
32,
48,
64,
96
6,
12,
18,
24,
30,
36
],
"layout": {
"maxWidth": 1024,
"centered": false
},
"colors": {
"text": "#111",
"background": "#fff",
"text": "#000000",
"background": "#eee",
"inverted": "#fff",
"primary": "#08e",
"secondary": "#0e8",
Expand Down

0 comments on commit a969a31

Please sign in to comment.