|
@@ -34,7 +34,7 @@ export default {
|
|
|
fontWeight: this.data.fontWeight,
|
|
|
fontFamily: this.data.fontFamily.includes("宋体")
|
|
|
? `${this.data.fontFamily},宋体-简`
|
|
|
- : `${this.data.fontFamily},宋体,宋体-简`,
|
|
|
+ : `${this.data.fontFamily},${this.data.fontFamily}-简,宋体,宋体-简`,
|
|
|
fontSize: this.data.fontSize,
|
|
|
color: this.data.color,
|
|
|
textAlign: this.data.textAlign || null,
|