@mozaik/themes
Version:
Mozaïk official themes
24 lines • 533 B
JavaScript
export default {
default: {
default: {
fontFamily: '\'Roboto Mono\', monospace',
fontSize: '1.8vmin',
fontWeight: 400,
lineHeight: '1.5em'
},
strong: {
fontWeight: 600
},
small: {
fontSize: '1.6vmin'
}
},
display: {
default: {
fontFamily: '\'Roboto Mono\', monospace',
fontSize: '1.8vmin',
fontWeight: 700,
lineHeight: '1.5em'
}
}
};