New Topic

Reply To: Extra right-sidebar and extra footers

Home › Forum › Customization › Extra right-sidebar and extra footers › Reply To: Extra right-sidebar and extra footers

#1366

StartupWP
Keymaster

Since you’re already child theming, the most direct way (that will take precedence over all other styles) would be to add the following to your child theme’s stylesheet:

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{font-family:'Open Sans',sans-serif}

On Google Fonts you can choose different fonts and font weights/styles as well:

https://www.google.com/fonts#UsePlace:use/Collection:Open+Sans