Adjust font heights
This commit is contained in:
@@ -40,6 +40,22 @@ module.exports = {
|
|||||||
'solid': `10px 10px 1px 2px`
|
'solid': `10px 10px 1px 2px`
|
||||||
},
|
},
|
||||||
typography: {
|
typography: {
|
||||||
|
DEFAULT: {
|
||||||
|
css: {
|
||||||
|
h1: {
|
||||||
|
'font-weight': 500
|
||||||
|
},
|
||||||
|
h2: {
|
||||||
|
'font-weight': 500
|
||||||
|
},
|
||||||
|
h3: {
|
||||||
|
'font-weight': 500
|
||||||
|
},
|
||||||
|
h2: {
|
||||||
|
'font-weight': 500
|
||||||
|
},
|
||||||
|
}
|
||||||
|
},
|
||||||
emphasis: {
|
emphasis: {
|
||||||
css: {
|
css: {
|
||||||
em: {
|
em: {
|
||||||
|
Reference in New Issue
Block a user