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", format: "woff2",
styles: { styles: {
Regular: { Regular: {
path: "/assets/fonts/hyperlegible/AtkinsonHyperlegibleNextVF-Variable.woff2", path: "assets/fonts/hyperlegible/AtkinsonHyperlegibleNextVF-Variable.woff2",
fontStyle: "normal", fontStyle: "normal",
fontWeight: "125 950", fontWeight: "125 950",
fontStretch: "75% 125%", fontStretch: "75% 125%",
@ -16,7 +16,7 @@ export default {
format: "woff2", format: "woff2",
styles: { styles: {
Regular: { Regular: {
path: "/assets/fonts/hyperlegible/AtkinsonHyperlegibleNextVF-Variable.woff2", path: "assets/fonts/hyperlegible/AtkinsonHyperlegibleNextVF-Variable.woff2",
fontStyle: "normal", fontStyle: "normal",
fontWeight: "125 950", fontWeight: "125 950",
fontStretch: "75% 125%", fontStretch: "75% 125%",
@ -28,7 +28,7 @@ export default {
format: "woff2", format: "woff2",
styles: { styles: {
Regular: { Regular: {
path: "/assets/fonts/hyperlegible-mono/AtkinsonHyperlegibleMonoVF-Variable.woff2", path: "assets/fonts/hyperlegible-mono/AtkinsonHyperlegibleMonoVF-Variable.woff2",
fontStyle: "normal", fontStyle: "normal",
fontWeight: "125 950", fontWeight: "125 950",
fontStretch: "75% 125%", fontStretch: "75% 125%",

View file

@ -2,12 +2,10 @@ export default {
0: 0, 0: 0,
1: 4, 1: 4,
2: 8, 2: 8,
3: 12, 3: 16,
4: 16, 4: 24,
5: 20, 5: 32,
6: 24, 6: 48,
7: 28, 7: 64,
8: 32, 8: 80,
9: 36,
10: 40,
}; };

View file

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