履歷建立與客製化
GET /cv-fonts 僅限工作階段
履歷可以使用的字體。
閱讀此內容,而不是對清單進行硬編碼:儲存時會刪除未註冊的 document.style.font_family,並且 CV 在範本自己的表面上呈現。 note 命名條目匹配的熟悉面孔; css 是一個用於在瀏覽器中渲染預覽的字體堆疊。
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" } ] }