Skip to main content
webflow.createCustomFonts prepares a batch of custom fonts for upload.

Example

automations/webflow-create-custom-fonts.automation.ts

Inputs

Every input accepts a compatible signal. This action requires the sites:write OAuth scope. Each item requires fileName, fileHash, fontFamily, weight, italic, and fontDisplay; axes is optional. Filenames accept .woff2, .woff, .ttf, .otf, or .eot and have a 256-character limit. fileHash is a lowercase 32-character hexadecimal MD5. Family names have a 256-character limit, weights range from 1 through 1,000, and fontDisplay accepts auto, block, swap, fallback, or optional. Each font accepts up to 16 axes.

Output