Title: Custom font sizes
Last modified: August 21, 2016

---

# Custom font sizes

 *  Resolved [ace2279](https://wordpress.org/support/users/ace2279/)
 * (@ace2279)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/custom-font-sizes/)
 * Hi
 * How can I edit the font size for the text in the body of the pages/posts? I want
   to increase the size of the standard paragraph font, how do I do this?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [vladff](https://wordpress.org/support/users/vladff/)
 * (@vladff)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/custom-font-sizes/#post-5060246)
 * Hello,
 * Install this [plugin](http://wordpress.org/plugins/simple-custom-css/) so you
   can use custom css.
 * Paste this code into the plugin:
 *     ```
       p {
         font-size: 16px; /*Change 16 to whatever size you want*/
       }
       ```
   
 * If you would be so kind to go back to your previous threads and let us know if
   your issues are solved, that would be great.
 *  Thread Starter [ace2279](https://wordpress.org/support/users/ace2279/)
 * (@ace2279)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/custom-font-sizes/#post-5060249)
 * Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Custom font sizes’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/solon/1.08/screenshot.png)
 * Solon
 * [Support Threads](https://wordpress.org/support/theme/solon/)
 * [Active Topics](https://wordpress.org/support/theme/solon/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/solon/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/solon/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [ace2279](https://wordpress.org/support/users/ace2279/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/custom-font-sizes/#post-5060249)
 * Status: resolved