Adjust font heights

This commit is contained in:
2024-03-08 20:42:12 +11:00
parent 561dbe04ad
commit 5edde6f551

View File

@@ -40,8 +40,24 @@ module.exports = {
'solid': `10px 10px 1px 2px` 'solid': `10px 10px 1px 2px`
}, },
typography: { typography: {
emphasis: { DEFAULT: {
css: { css: {
h1: {
'font-weight': 500
},
h2: {
'font-weight': 500
},
h3: {
'font-weight': 500
},
h2: {
'font-weight': 500
},
}
},
emphasis: {
css: {
em: { em: {
colors: colors.pink['400'] colors: colors.pink['400']
}, },