mirror of
https://github.com/rendercv/rendercv.git
synced 2026-06-09 09:15:43 -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).