PrintNowPrintNowDocs

Font Files

Upload and manage fonts available to customers in the Print Editor.

Font Files let you upload custom TrueType fonts (TTF) that customers can use when adding or editing text in the Print Editor. Each font entry can include up to four style variants -- Regular, Bold, Italic, and Bold Italic -- so the editor can properly render styled text without resorting to faux bolding or slanting. Fonts are scoped to each storefront and assigned to products through font maps.

When a font is uploaded, the system validates that all variants share the same font family name and extracts style capabilities from the font metadata. The storefront dynamically converts TTF files to WOFF format and generates per-product @font-face CSS so fonts load efficiently in the browser.

View Font Files

  1. From your Unified Admin, go to Print Editor > Font Files.
  2. The page displays all uploaded fonts in a paginated grid.
  3. To search fonts, use the search panel at the top right.
  4. To add a new font, click the Add Font button.

Grid Columns

ColumnDescription
Display NameThe admin-defined name for the font. This is the label shown in the editor's font dropdown.
Flex Family NameThe CSS class name derived from the font family. Used internally to reference the font in templates and editor styles.
Family NameThe actual font family name extracted from the TTF file metadata during upload.
RegularCheckbox indicating whether a Regular style variant has been uploaded for this font.
BoldCheckbox indicating whether a Bold style variant has been uploaded.
ItalicCheckbox indicating whether an Italic style variant has been uploaded.
Bold ItalicCheckbox indicating whether a Bold Italic style variant has been uploaded.
ActionThree-dot menu with Edit, Delete, and Download options.

Row Actions

ActionDescription
EditOpens a dialog to change the font's display name. The font family name and style variants cannot be changed after upload.
DeleteRemoves the font from the system after confirmation. Products that reference this font will no longer have it available in the editor.
DownloadDownloads all uploaded TTF variants for this font as a ZIP archive.

Add Font

  1. Click Add Font from the Font Files list page. This navigates to the Add Font form.
  2. Fill in the fields below, then click Save.
FieldDescription
NameRequired. The display name for the font. This label appears in the editor's font dropdown when customers select a font for their text.
Regular TTFFile upload for the Regular (normal weight, normal style) variant. Only TTF files are accepted.
Bold TTFFile upload for the Bold variant. Must be from the same font family as the Regular variant.
Italic TTFFile upload for the Italic variant. Must be from the same font family as the Regular variant.
Bold Italic TTFFile upload for the Bold Italic variant. Must be from the same font family as the Regular variant.

You do not need to upload all four variants. However, all uploaded variants must belong to the same font family. The system validates font family names during upload and rejects mismatched files.

If a variant is missing, the editor maps available styles as fallbacks. For example, if only a Regular variant exists, bold and italic text will render using the Regular file.

Edit Font

  1. Click Edit from the action menu on any font row.
  2. A dialog appears with a single Name field to update the display name.
  3. Click Save to apply the change.

The edit dialog only allows changing the display name. To replace font files or add missing style variants, delete the font and re-upload it with the correct files.

Delete Font

  1. Click Delete from the action menu on any font row.
  2. A confirmation dialog appears: "Are you sure you want to delete?"
  3. Confirming soft-deletes the font record. The underlying TTF files remain in storage but the font is no longer available for use.

Associations

AreaEffect
Font dropdownUploaded fonts appear in the text panel's font selector. Customers can choose any font assigned to the product they are editing.
Bold/Italic buttonsThe editor enables or disables the Bold and Italic toolbar buttons based on which style variants were uploaded for the selected font. If no Bold variant exists, the Bold button is disabled.
Font renderingThe storefront generates @font-face CSS per product and converts TTF files to WOFF format on demand, so fonts render natively in the browser without faux styling.
Template fontsTemplates and drawing spaces can specify a default font and a list of allowed fonts. Only allowed fonts appear in the dropdown for that template.
AreaEffect
Product font assignmentFonts are assigned to products through the FontMap table. Each product can have its own set of available fonts, and a default font can be specified per product.
Layout categoriesFonts are also assigned to layout categories, making them available when customers edit layouts in the editor.
Print outputThe TTF files are used during PDF generation to embed font data in the final print-ready output, ensuring accurate text rendering.
  • Elements — manage clipart images that pair with text using uploaded fonts
  • Color Pallets — define colors available for text styled with these fonts
  • Editor Themes — control the editor UI where fonts appear in the text panel
  • Product Setup — assign fonts to individual products and set a default font

On this page