mirror of
https://github.com/rendercv/rendercv.git
synced 2026-04-19 14:34:18 -04:00
The FontFamily JSON schema used a strict enum that rejected custom and system fonts like Georgia. Changed from SkipJsonSchema[str] to plain str in the union type, so the generated schema uses anyOf with both the known font enum (for editor autocomplete) and a generic string type (for arbitrary fonts).