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