Consistent Font Size

shakuni

New member
How to make the font size consistent across the forum? Also how to disable specific parts of the text editor, like font family selection and font size selection etc. Thanks for the help!
 
Add to EXTRA.css:

Code:
* {
font-size: 12px !important;
}

Be aware that this isn't really going to work well as there are places where small fonts are suited better than large fonts and vice versa.
 
Add to EXTRA.css:

Code:
* {
font-size: 12px !important;
}

Be aware that this isn't really going to work well as there are places where small fonts are suited better than large fonts and vice versa.
Hello. I am interested in the 2nd part of his original question, how to disable the option for users to change their font sizes and color. Thank you.
 
Hello. I am interested in the 2nd part of his original question, how to disable the option for users to change their font sizes and color. Thank you.

I'm curious as well if it's possible to not allow the output of font faces and size in the thread output. As well as remove these options from the WYSIWYG.
 
Top Bottom