// add to <head> tag of page
<script src="https://unpkg.com/@ironplans/sdk/dist/sdk.min.js"></script>
customFont: 'Alegreya Sans',
fontFamily: 'Alegreya Sans, sans-serif',
redirectUrl: 'https://form.typeform.com/to/fjKD2QmO'
const p = new IP.Pricing({publicToken: '<your-public-token>'})
p.showWidget(theme, '#plans-div', opts)