Webflow does not provide direct public URLs to custom fonts like ‘HK Grotesk’ for use outside of its platform, including in third-party apps such as Acuity Scheduling.
However, here's how to handle this:
If the font you want is available on Google Fonts, you can use its public URL with Acuity easily.
Example for HK Grotesk substitute: Use "Assistant" or "Work Sans" from Google Fonts, which have a similar clean grotesk aesthetic.
Example:
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;700&display=swap');
font-family: 'Work Sans', sans-serif;
@font-face { font-family: 'HK Grotesk'; src: url('YOUR_FONT_HOST_URL.woff2') format('woff2'); }
https://cdn.prod.website-files.com/...
), it can break or be blocked due to CORS policies or project resets.You cannot reliably use Webflow-hosted fonts like ‘HK Grotesk’ in Acuity Scheduling. To use that font, host it yourself with proper licensing or choose an alternative from Google Fonts that is suitable and freely available.