diff --git a/config/fonts.js b/config/fonts.js index dfbc68c..47172c5 100644 --- a/config/fonts.js +++ b/config/fonts.js @@ -4,7 +4,7 @@ export default { format: "woff2", styles: { Regular: { - path: "/assets/fonts/hyperlegible/AtkinsonHyperlegibleNextVF-Variable.woff2", + path: "assets/fonts/hyperlegible/AtkinsonHyperlegibleNextVF-Variable.woff2", fontStyle: "normal", fontWeight: "125 950", fontStretch: "75% 125%", @@ -16,7 +16,7 @@ export default { format: "woff2", styles: { Regular: { - path: "/assets/fonts/hyperlegible/AtkinsonHyperlegibleNextVF-Variable.woff2", + path: "assets/fonts/hyperlegible/AtkinsonHyperlegibleNextVF-Variable.woff2", fontStyle: "normal", fontWeight: "125 950", fontStretch: "75% 125%", @@ -28,7 +28,7 @@ export default { format: "woff2", styles: { Regular: { - path: "/assets/fonts/hyperlegible-mono/AtkinsonHyperlegibleMonoVF-Variable.woff2", + path: "assets/fonts/hyperlegible-mono/AtkinsonHyperlegibleMonoVF-Variable.woff2", fontStyle: "normal", fontWeight: "125 950", fontStretch: "75% 125%", diff --git a/config/spacing.js b/config/spacing.js index efa20fd..9885d82 100644 --- a/config/spacing.js +++ b/config/spacing.js @@ -2,12 +2,10 @@ export default { 0: 0, 1: 4, 2: 8, - 3: 12, - 4: 16, - 5: 20, - 6: 24, - 7: 28, - 8: 32, - 9: 36, - 10: 40, + 3: 16, + 4: 24, + 5: 32, + 6: 48, + 7: 64, + 8: 80, }; diff --git a/src/css/utilities/flow.css b/src/css/utilities/flow.css index 04aedd8..23bdc32 100644 --- a/src/css/utilities/flow.css +++ b/src/css/utilities/flow.css @@ -6,7 +6,3 @@ .flow > * + * { margin-block-start: var(--flow-space, 1em); } - -.flow-space-default { - --flow-space: 1em; -}