38 lines
909 B
JavaScript
38 lines
909 B
JavaScript
export default {
|
|
display: {
|
|
family: "Atikinson Hyperlegible Next",
|
|
format: "woff2",
|
|
styles: {
|
|
Regular: {
|
|
path: "/hyperlegible/AtkinsonHyperlegibleNextVF-Variable.woff2",
|
|
fontStyle: "normal",
|
|
fontWeight: "125 950",
|
|
fontStretch: "75% 125%",
|
|
},
|
|
},
|
|
},
|
|
body: {
|
|
family: "Atikinson Hyperlegible Next",
|
|
format: "woff2",
|
|
styles: {
|
|
Regular: {
|
|
path: "/hyperlegible/AtkinsonHyperlegibleNextVF-Variable.woff2",
|
|
fontStyle: "normal",
|
|
fontWeight: "125 950",
|
|
fontStretch: "75% 125%",
|
|
},
|
|
},
|
|
},
|
|
monospace: {
|
|
family: "Atikinson Hyperlegible Mono",
|
|
format: "woff2",
|
|
styles: {
|
|
Regular: {
|
|
path: "/hyperlegible-mono/AtkinsonHyperlegibleMonoVF-Variable.woff2",
|
|
fontStyle: "normal",
|
|
fontWeight: "125 950",
|
|
fontStretch: "75% 125%",
|
|
},
|
|
},
|
|
},
|
|
};
|