Change default font to Arial for composer.

This commit is contained in:
Burak Kaan Köse
2024-07-07 19:57:15 +02:00
parent 8e03f26fb5
commit ade8654cc4
2 changed files with 3 additions and 0 deletions

View File

@@ -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;

View File

@@ -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",