What directory does Webflow publish webfonts to?

I’m publishing to webflow.io and custom domain at the same time.

I uploaded a custom webfont and need to know what directory (on my domain) Webflow puts the webfonts inside, so I can reference the correct URL in my CSS calling that custom font.

Your css? Custom domain wont change your sites custom fonts

You can work with this fonts from the Designer.

I dont know what you trying to do (you write custom CSS?)- but remember this idea:
https://university.webflow.com/article/text-style-inheritance

Anyway If you really want you can check it like this:

This is not in folder but her (top speed :slight_smile: idea)

Thanks, do you have an answer to my question?

I’m using custom code in the head and I need to know what directory the webfonts get published to.

Again. use chrome - inspect resource and you find links look like this ±:
https://daks2k3a4ib2z.cloudfront.net/59495fd85863c767cf9ce28a/594aaf9f57732b5f602c60af_Linotype%20-%20HelveticaNeueLTStd-Lt.otf

Its not in a directory (relative to project) - but absolute path (CDN)

Again. When you’re publishing to both Webflow and to to your own custom domain, isn’t the webfont published to your custom domain and the CDN? Therefore there should be a path something like www.yourdomain.com/webfonts/

No. Webflow use modern technology (for performance) - read more about amazonCloudFront on google.

When you publish with Webflow, your files are distributed across the globe in a content distribution network (CDN) powered by Fastly and Amazon Cloudfront.

For example this is the path to the video on webflow homepage:
https://d3e54v103j8qbb.cloudfront.net/static/designer-e-2.b2d3a7d804.mp4
(not https://webflow.com/videos/somevideo.mp4)

This topic was automatically closed 125 days after the last reply. New replies are no longer allowed.