Compare commits
2 commits
879ec1b533
...
22eb49d059
Author | SHA1 | Date | |
---|---|---|---|
22eb49d059 | |||
1d484d664f |
3 changed files with 15 additions and 9 deletions
|
@ -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%",
|
||||||
|
|
|
@ -2,10 +2,12 @@ export default {
|
||||||
0: 0,
|
0: 0,
|
||||||
1: 4,
|
1: 4,
|
||||||
2: 8,
|
2: 8,
|
||||||
3: 16,
|
3: 12,
|
||||||
4: 24,
|
4: 16,
|
||||||
5: 32,
|
5: 20,
|
||||||
6: 48,
|
6: 24,
|
||||||
7: 64,
|
7: 28,
|
||||||
8: 80,
|
8: 32,
|
||||||
|
9: 36,
|
||||||
|
10: 40,
|
||||||
};
|
};
|
||||||
|
|
|
@ -6,3 +6,7 @@
|
||||||
.flow > * + * {
|
.flow > * + * {
|
||||||
margin-block-start: var(--flow-space, 1em);
|
margin-block-start: var(--flow-space, 1em);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.flow-space-default {
|
||||||
|
--flow-space: 1em;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue