design: increase font size for my little eyes
This commit is contained in:
@@ -55,8 +55,3 @@ const toggle = (isChecked: boolean) => {
|
||||
</label>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.theme-swap {
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -24,7 +24,7 @@ module.exports = {
|
||||
typography: () => ({
|
||||
DEFAULT: {
|
||||
css: {
|
||||
'font-size': '1.2em',
|
||||
'font-size': '18pt',
|
||||
'font-family': '"Courier Prime", monospace',
|
||||
...defaultTitleStyles,
|
||||
p: {
|
||||
|
||||
Reference in New Issue
Block a user