microcipcip Reply #1, 7 months, 2 weeks ago
Hi, I don't know if this has been discussed before, but in the "Font Size" dropdown menu the size is set in "%" instead of "pixels", this can be easly modified, just open the file "assets/plugins/tinymce/ js/mce_init.js.inc" and change this line:
with something like this:
Now it works with pixels!
theme_advanced_font_sizes : '80%,90%,100%,120%,140%,160%,180%,220%,260%,320%,400%,500%,700%',
with something like this:
theme_advanced_font_sizes : '10px,12px,14px,18px,24px,30px,36px,48px,60px,72px',
Now it works with pixels!