Home › Forums › WordPress Themes – Premium › Encounters › Change font size and style
I am using Google fonts and wish to change my font size and style throughout my site. Where do I make these changes?
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
Where do I locate the custom ? or Place code in the child theme?
Firstly please install the custom css plugin, then please follow the following steps to fix your issue: Go to Dashboard=> Appearance=> Custom Css=> And keep the css in custom css=> Then update it.