Home Forums WordPress Themes – Premium Encounters Change font size and style Reply To: Change font size and style

#21923
Binaya D
Participant

Hi Dr. Eddie Sanders,

Please follow this link https://www.styledthemes.com/wordpress-tutorials/362-using-google-font-in-pure-simple OR You may use the code like this:


body p {
   font-size: 15px;
}

Note: Please use the custom css plugin or child theme to write the css.

Thanks