Home › Forums › Support › font size in text editor This topic has 1 reply, 2 voices, and was last updated 3 years, 8 months ago by Leo. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts September 18, 2018 at 9:25 am #680347 Ioannis Samatas Hi, I have found this function, which adjusts the width of the text editor: add_filter( 'admin_footer', 'fulleditorwidth', 99 ); function fulleditorwidth() { ?> <style type="text/css"> #wp-content-editor-container {width: 960px!important;} </style> <?php } Is there a way to use the same function to change the font size and font family too? Yannis GeneratePress 2.1.4GP Premium 1.7.2 September 18, 2018 at 10:47 am #680423 LeoStaff Customer Support Hi there, I did a quick Google research and couldn’t find anything related to this. GP just uses the default WordPress editor though so this might be a better question for WordPress’ support: https://wordpress.org/support/ They should be able to help you out better if there is indeed a way 🙂 Let me know if this helps. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In