From 9504dd0d8c674471432fa6aef62b0aaa3e204ac8 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Tue, 30 Apr 2024 22:01:53 +0300 Subject: [PATCH] docs: update schema.json --- schema.json | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/schema.json b/schema.json index aad9532..55a8442 100644 --- a/schema.json +++ b/schema.json @@ -28,6 +28,19 @@ "title": "Theme", "type": "string" }, + "font": { + "default": "Source Sans 3", + "description": "The font family of the CV. The default value is Source Sans 3.", + "enum": [ + "Latin Modern Serif", + "Latin Modern Sans Serif", + "Latin Modern Mono", + "Source Sans 3", + "Charter" + ], + "title": "Font", + "type": "string" + }, "font_size": { "default": "10pt", "description": "The font size of the CV. The default value is 10pt.", @@ -455,6 +468,19 @@ "title": "Theme", "type": "string" }, + "font": { + "default": "Charter", + "description": "The font family of the CV. The default value is Charter.", + "enum": [ + "Latin Modern Serif", + "Latin Modern Sans Serif", + "Latin Modern Mono", + "Source Sans 3", + "Charter" + ], + "title": "Font", + "type": "string" + }, "font_size": { "default": "10pt", "description": "The font size of the CV. The default value is 10pt.", @@ -1548,6 +1574,19 @@ "title": "Theme", "type": "string" }, + "font": { + "default": "Latin Modern Serif", + "description": "The font family of the CV. The default value is Latin Modern Serif.", + "enum": [ + "Latin Modern Serif", + "Latin Modern Sans Serif", + "Latin Modern Mono", + "Source Sans 3", + "Charter" + ], + "title": "Font", + "type": "string" + }, "font_size": { "default": "10pt", "description": "The font size of the CV. The default value is 10pt.", @@ -1742,6 +1781,7 @@ "design": { "default": { "theme": "classic", + "font": "Source Sans 3", "font_size": "10pt", "page_size": "letterpaper", "color": "#004f90",