Add Google Fonts to your podcast website
Thousands of free webfonts, loaded from Google's CDN.
There's a built-in way too
PodView has native heading and body font pickers in the theme customizer (Google Fonts, all plans) plus a custom-CSS field — use those for the common case. Reach for code when you want a specific webfont host or advanced @font-face.
The snippet
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fraunces:wght@400;600;700&display=swap"
rel="stylesheet">
<style>
body, h1, h2, h3 { font-family: 'Fraunces', Georgia, serif !important; }
</style>
Swap 'Fraunces' for any Google Font (change it in both the link and the CSS) and paste it into the Head slot.
No coding? Ask an AI
Give me the Google Fonts install snippet for my website, ready to paste before the closing </head> tag, with a placeholder for my ID or account.
How to add it
- 1 Copy the Google Fonts snippet below and adjust the placeholders.
- 2 In your PodView Control Panel, open Advanced (Creator plan).
- 3 Paste it into the Head code field and turn its toggle on.
- 4 Save, then reload your public site to confirm it works.
Only paste snippets from accounts and vendors you control. Add one integration at a time so you can spot any that misbehaves.
Advanced Customization is a Creator feature
Add Google Fonts and go live in minutes once you're on Creator.