Change default font to Arial for composer.
This commit is contained in:
@@ -18,6 +18,8 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.jodit-container:not(.jodit_inline) {
|
.jodit-container:not(.jodit_inline) {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: none;
|
border: none;
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ const editor = Jodit.make("#editor", {
|
|||||||
"toolbarAdaptive": false,
|
"toolbarAdaptive": false,
|
||||||
"toolbarInlineForSelection": false,
|
"toolbarInlineForSelection": false,
|
||||||
"showCharsCounter": false,
|
"showCharsCounter": false,
|
||||||
|
style: { font: "14px Arial" },
|
||||||
"showWordsCounter": false,
|
"showWordsCounter": false,
|
||||||
"showXPathInStatusbar": false,
|
"showXPathInStatusbar": false,
|
||||||
"disablePlugins": "add-new-line",
|
"disablePlugins": "add-new-line",
|
||||||
|
|||||||
Reference in New Issue
Block a user