TinyMCE How to change default font-size for "Clear Formatting" Button
Question by Guest | 2022-02-11 at 15:25
After I hit "Clear Formatting" the font size changes to 8 and font family to Arial, is there anyway to change this default settings?
Related Topics
Fonts for Windows, Linux and Mac on the Web
Article | 0 Comments
CSS: Include CSS Stylesheets in HTML
Tutorial | 0 Comments
TinyMCE Editor not shown after second call
Question | 3 Answers
MySQL: Line Breaks in MySQL
Tip | 0 Comments
TinyMCE: Check if TinyMCE is available
Question | 1 Answer
Lazarus: Get Default Font Size of Application and Controls
Question | 1 Answer
Mouseover buttons using CSS without reloading
Tutorial | 0 Comments
Important Note
Please note: The contributions published on askingbox.com are contributions of users and should not substitute professional advice. They are not verified by independents and do not necessarily reflect the opinion of askingbox.com. Learn more.
Participate
Ask your own question or write your own article on askingbox.com. That’s how it’s done.
You can use content_css or content_style to define your default settings.
If you have a css file with your defaults, you can define it in the following way:
Just define the path to that css file with content_css. Even multiple css files can be defined comma separated.
Apart from defining a file, you can also define the style directly:
This defines a custom font size and family.
2022-02-11 at 16:49