Matthias Andreas Benkard | b382b10 | 2021-01-02 15:32:21 +0100 | [diff] [blame] | 1 | // Custom SOGo JS |
2 | |||||
3 | // Change the visible font-size in the editor, this does not change the font of a html message by default | ||||
4 | CKEDITOR.addCss("body {font-size: 16px !important}"); | ||||
5 | |||||
6 | // Enable scayt by default | ||||
7 | //CKEDITOR.config.scayt_autoStartup = true; |