Compare commits

..

No commits in common. "22eb49d05917fb1e7949e1a10423be87d1bc7e56" and "879ec1b5333e2fb2a7a72831ca5f31a0668eaba7" have entirely different histories.

3 changed files with 9 additions and 15 deletions

View file

@ -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%",

View file

@ -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,
};

View file

@ -6,7 +6,3 @@
.flow > * + * {
margin-block-start: var(--flow-space, 1em);
}
.flow-space-default {
--flow-space: 1em;
}