fix: font size (#394)

This commit is contained in:
Libin YANG 2024-09-08 22:04:25 +08:00 committed by GitHub
parent c2e553baab
commit 27d15445fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,7 +48,6 @@ export const useStore = defineStore(`store`, () => {
const renderer = initRenderer({
theme: customizeTheme(themeMap[theme.value], { fontSize: fontSizeNumber.value, color: fontColor.value }),
fonts: fontFamily.value,
size: fontSize,
})
// 内容编辑器编辑器