diff --git a/compositor.json b/compositor.json index 2c8c2ba..0537ada 100644 --- a/compositor.json +++ b/compositor.json @@ -7,18 +7,18 @@ "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, @@ -26,7 +26,7 @@ "fontWeight": 600, "lineHeight": 1.25, "textTransform": null, - "letterSpacing": null, + "letterSpacing": "0.15625em", "h0": {}, "h1": {}, "h2": {}, @@ -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",