mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
fix: font size (#394)
This commit is contained in:
parent
c2e553baab
commit
27d15445fe
@ -48,7 +48,6 @@ export const useStore = defineStore(`store`, () => {
|
|||||||
const renderer = initRenderer({
|
const renderer = initRenderer({
|
||||||
theme: customizeTheme(themeMap[theme.value], { fontSize: fontSizeNumber.value, color: fontColor.value }),
|
theme: customizeTheme(themeMap[theme.value], { fontSize: fontSizeNumber.value, color: fontColor.value }),
|
||||||
fonts: fontFamily.value,
|
fonts: fontFamily.value,
|
||||||
size: fontSize,
|
|
||||||
})
|
})
|
||||||
|
|
||||||
// 内容编辑器编辑器
|
// 内容编辑器编辑器
|
||||||
|
Loading…
Reference in New Issue
Block a user