1. Configuring Custom Weight and Width for Cabin Variable Font
Frontend DeveloperBackground
A website redesign uses Cabin VF to optimize page load times while requiring intermediate weight and condensed styling for headings.
Problem
The team needs exact CSS values and @font-face syntax for custom wght (650) and wdth (90) coordinates without breaking standard CSS rules.
How to use
Upload cabin-vf.ttf, enter wght=650, wdth=90 in the Axis values input, and set custom preview text.
axisValues: "wght=650, wdth=90"
previewText: "Cabin Variable 0123"Outcome
Generates clean CSS with font-variation-settings: "wdth" 90, "wght" 650; alongside high-level equivalents font-weight: 650; and font-width: 90%.