Fonts
export const shopstoryConfig = {
//...
fonts: [
{
id: 'body',
label: 'Body',
value: {
fontSize: 20,
lineHeight: 1.8,
fontFamily: 'sans-serif'
},
mapTo: "$body"
},
{
id: 'body-small',
label: 'Body small',
value: {
fontSize: 13,
lineHeight: 1.8,
fontFamily: 'sans-serif'
},
mapTo: "$body2"
},
{
id: 'heading1',
label: 'Heading 1',
value: {
fontFamily: 'serif',
fontSize: 48,
lineHeight: 1.2,
fontWeight: 700,
'@sm': {
fontSize: 36 // override font size from sm and xs
}
},
mapTo: "$heading1"
},
{
id: 'heading2',
label: 'Heading 2',
value: {
fontFamily: 'serif',
fontSize: 36,
lineHeight: 1.2,
fontWeight: 700,
'@sm': {
fontSize: 24 // override font size from sm and xs
}
},
mapTo: "$heading2"
},
],
}Master tokens
Token
Description
Last updated