Documentation
Headings
This option sets the font size and the line-height value for headers.
By default, it contains this object:
{
h1: {
'font-size': '32px',
'line-height': '1.2'
},
h2: {
'font-size': '28px',
'line-height': '1.3'
},
h3: {
'font-size': '20px',
'line-height': '1.4'
},
h4: {
'font-size': '16px',
'line-height': '1.5'
},
h5: {
'font-size': '16px',
'line-height': '1.5'
},
h6: {
'font-size': '16px',
'line-height': '1.5'
}
}
You can change the values by specifying them in the setting:
Revolvapp('#myemail', {
headings: {
h1: {
'font-size': '60px',
'line-height': '1'
},
h2: {
'font-size': '48px',
'line-height': '1.25'
}
}
});
dkjgvo65776inru43654