Archived topic
How do I change font_site_tagline?
26 replies · Started by Gabriel on May 7, 2021
I have changed font from Open Sans to Inter for header and body in typography customizer. The rest is set to inherit. Still, the browser requests Inter AND Open Sans from Google Fonts. If I export GeneratePress I find this: "font_site_tagline":"Open Sans".
So there must be a settings somewhere that I have missed but I cannot find it.
Hi there,
can you share a link to the site so i can take a look at why the request is still being made
Added it to private information.
What happens if you switch the body font to System Stack ?
Downloads the same css from google fonts as before.
I have also tried displaying Site title and tagline, settings font to inherit again and then exporting but I sill had Open Sans as font_site_tagline.
Now I have manually edited the exported json file. Simply replace Open Sans with inherit. Now only Inter is downloaded as expected. I am still curious about what setting font_site_tagline corresponds to.
Have you sorted this out?
I don't see Open Sans on the request as shown here -
https://share.getcloudapp.com/8LubK2JE
And further verification shown here -
https://share.getcloudapp.com/jkuLk2lL
It only loads "Inter" and I believe that's from your typography settings.
Yes I fixed it but I was not able to find the right setting in the customizer. Instead I manually edited the exported json file that for an unknown reason had a reference to the Open Sans font. Where is the font_site_tagline setting in the customizer?
Tagline color can be changed on Appearance > Customize > Colors > Header.
Would that affect font_site_tagline? The value for that is a font.
Would you mind providing us with temporary admin access so i can take a look at whats going on?
No problem. Added login information to a clone in private information.
Strange, the Tagline typography options aren't displaying in Customize > Typography > Header like they should be - they're set to display: none. I wonder if there's a custom function/plugin causing it not to show up? It's likely set to Open Sans which is causing the original issue.
Strange indeed. And nice find. I have disabled all plugins except GP Premium but the display: none style is still there. I tried removing it via DevTools just so I can click it. Then I can open it but it shows an empty panel.

Any custom functions hiding somewhere on the site? There must be something setting the active_callback parameter on those fields. One doesn't exist by default.