From a85c4b0b0f9d0fb640a8fadb7114397fcb92d374 Mon Sep 17 00:00:00 2001 From: Tina Chris <64272979+Tina-Chris@users.noreply.github.com> Date: Sun, 5 Dec 2021 19:23:35 +0100 Subject: add new fonts (#1367) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Cherry for Kalleen files added in fonts * fix name * Create fold * Delete fold * Create .gitkeep * Add files via upload * Delete .gitkeep * Create temp * Add files via upload * Delete temp * Delete font.json * Add files via upload Change name of font to comply to the license * update svg * Update →.svg add ! * changer directory name minor corrections * update baumans svg * update coronaviral * add new fonts add pacifico and excalibur nouveau, plus some small corrections * rename fonts to be SIL licence compliant * update cherryforkaaleen svg * licence compliance corrections rename baumans to baumans FI Correction on Coronaviral licence rename Kaushan script to Kaushan Script MAM rename Lobster two to Lobster AGS correction on fold svg * fold font correction replace corrupted svg * learning curve correction replace learning-curve svg that was corrupted * correcting learning curve svg * new fonts added and minor corrections Add Brockscript, Cherry for inkstitch, Namskout AGS font, Infini picto correcting learning curve svg * adding font and license update adding Marcellus SC font update cherries font license * update Namskout_AGS preview * update fold svg * rename of Claudette's font rename Claudette's fonts * minor corrections correcting some stroke width * Update →.svg enlarge stroke width * normalise preview name * normalize preview name * normalize preview name * normalize preview name * geneva update remove trim commands in the middle of letters * Create preview.png * remove .DS_Store * normalize licence name normalize licence name * modify some font descriptions translation from french to english or spelling correction * normalize preview name * noramlize preiew extension normalise preview name * Update .gitignore * Update .gitignore * Update →.svg Co-authored-by: Lex Neva Co-authored-by: claudinepeyrat06 <88194877+claudinepeyrat06@users.noreply.github.com> --- fonts/infinipicto/font.json | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 fonts/infinipicto/font.json (limited to 'fonts/infinipicto/font.json') diff --git a/fonts/infinipicto/font.json b/fonts/infinipicto/font.json new file mode 100644 index 00000000..b56dbdfb --- /dev/null +++ b/fonts/infinipicto/font.json @@ -0,0 +1,45 @@ +{ + "name": "InfiniPicto", + "description": "InfiniPicto is a fun font of size approximatively 60 mm containing only the 26 A-Z glyph. Each letter is a pictogram of an object whose name begins with that very letter..... in French", + "leading": 350, + "auto_satin": false, + "reversible": false, + "letter_case": "upper", + "default_glyph": "�", + "min_scale": 0.7, + "max_scale": 2, + "horiz_adv_x_default": 0, + "horiz_adv_x_space": 55, + "units_per_em": 250, + "horiz_adv_x": { + " ": 55, + " ": 22, + "A": 286, + "B": 261, + "C": 235, + "D": 205, + "E": 247, + "F": 226, + "G": 361, + "H": 285, + "I": 113, + "J": 253, + "K": 228, + "L": 167, + "M": 274, + "N": 256, + "O": 262, + "P": 275, + "Q": 264, + "R": 247, + "S": 218, + "T": 188, + "U": 357, + "V": 301, + "W": 291, + "X": 304, + "Y": 256, + "Z": 174 + }, + "kerning_pairs": {} +} \ No newline at end of file -- cgit v1.3.1