mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-20 22:03:03 +08:00
Update the TinyMCE font [SC-7883]
This commit is contained in:
parent
00d99ee296
commit
f3a4f316bb
1 changed files with 1 additions and 1 deletions
2
app/javascript/packs/tiny_mce.js
vendored
2
app/javascript/packs/tiny_mce.js
vendored
|
@ -37,7 +37,7 @@ import 'raw-loader';
|
|||
import contentCss from '!!raw-loader!tinymce/skins/content/default/content.min.css';
|
||||
import contentUiCss from '!!raw-loader!tinymce/skins/ui/tinymce-5/content.min.css';
|
||||
|
||||
const contentPStyle = 'p { margin: 0; padding: 0 }';
|
||||
const contentPStyle = `p { margin: 0; padding: 0; font-family: 'Lato' }`;
|
||||
const contentStyle = [contentCss, contentUiCss, contentPStyle].map((s) => s.toString()).join('\n');
|
||||
|
||||
window.TinyMCE = (() => {
|
||||
|
|
Loading…
Reference in a new issue