@mozaik/themes
Version:
Mozaïk official themes
25 lines (24 loc) • 513 B
JavaScript
;
exports.__esModule = true;
exports.default = {
default: {
default: {
fontFamily: '\'Open sans\', sans-serif',
fontSize: '1.6vmin',
fontWeight: 400,
lineHeight: '3vmin'
},
strong: {
fontWeight: 600
},
small: {
fontSize: '1.4vmin'
}
},
display: {
default: {
fontFamily: '\'Montserrat\', sans-serif',
fontSize: '2vmin'
}
}
};