Use our hosted web fonts
One line in your page and two CSS variables.
Register your website in your account and pick a heading font and a body font for it. Then add this line to the head of every page:
<link rel="stylesheet" href="https://fonts.wonderfont.art/s/<site id>.css">h1, h2 { font-family: var(--wf-heading); }
body { font-family: var(--wf-body); }The stylesheet sets the fonts for the site you registered and works only there. When you change a font in your account the site picks it up within a minute. If a subscription ends the stylesheet keeps your page readable with the fallback fonts you chose.