mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-15 17:44:46 +08:00
Merge pull request #4934 from G-Chubinidze/gc_SCI_7883
Update the TinyMCE font [SC-7883]
This commit is contained in:
commit
41644d70ea
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…
Add table
Reference in a new issue