CV builder & tailoring
GET /cv-fonts Session only
The typefaces a CV may use.
Read this rather than hard-coding a list: an unregistered document.style.font_family is dropped on save and the CV renders in the template's own face. note names the familiar face the entry matches; css is a font stack for rendering a preview in a browser.
curl "https://freehire.me/api/v1/cv-fonts" -b cookies.txt{ "data": [ { "id": "tinos", "label": "Tinos", "note": "Times New Roman metrics", "css": "Tinos, \"Times New Roman\", Times, serif" } ] }