Add Adobe Fonts to your podcast website
Premium type from the Adobe (Typekit) library.
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="stylesheet" href="https://use.typekit.net/YOUR-KIT-ID.css">
<style>
body, h1, h2, h3 { font-family: 'your-adobe-font', system-ui, sans-serif !important; }
</style>
Create a Web Project in Adobe Fonts, paste your kit <link>, swap the font-family name for the one Adobe gives you, and paste it into the Head slot.
No coding? Ask an AI
Give me the Adobe 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 Adobe 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 Adobe Fonts and go live in minutes once you're on Creator.