@curtjen I too am a noob using the Customizr Theme. I want to change the fonts for the site tagline, site name, headers, and body text etc… I understand that I can make changes to the CSS in my child-theme OR via Customizr’s Custom CSS option section… Per your recommendation earlier:
`@import url(https://fonts.googleapis.com/css?family=Open+Sans); /* needed for the web font */
body {
font-family: ‘Open Sans’, sans-serif; /* references the web font (Open Sans) then has sans-serif font as the fallback */
}`
In your recommendation above, I noticed it says “needed for web font */body… Does this mean that this code will ONLY affect the fonts in the “body text” of my posts? Or will it also allow me to change my font in things such as the tagline, the site name, headers etc… ? (sorry if this is totally elementary, but like I said I’m in unfamiliar territory here… Thanks so much for your kind help.
(My site is still in maintenance mode so I can’t share a link for it yet…)