forked from Gitlink/forgeplus-react
19 lines
372 B
CSS
19 lines
372 B
CSS
.ql-editor .ql-font-Microsoft-YaHei {
|
|
font-family: "Microsoft YaHei";
|
|
}
|
|
.ql-editor .ql-font-SimSun {
|
|
font-family: "SimSun";
|
|
}
|
|
.ql-editor .ql-font-SimHei {
|
|
font-family: "SimHei";
|
|
}
|
|
.ql-editor .ql-font-KaiTi {
|
|
font-family: "KaiTi";
|
|
}
|
|
.ql-editor .ql-font-Arial {
|
|
font-family: "Arial";
|
|
}
|
|
.ql-editor .Times-New-Roman {
|
|
font-family: "Times New Roman";
|
|
}
|