diff options
| author | Claudine Peyrat <88194877+claudinepeyrat06@users.noreply.github.com> | 2024-03-15 21:50:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-15 21:50:18 +0100 |
| commit | 746a5e22ba8f5f3f4291190418d15f20cfebe843 (patch) | |
| tree | 2cbf38ca671a4c177a3c8967538d734ceb48317d /fonts/milli_marif_bold/font.json | |
| parent | b4af09aa9d5867d748d85fb8641669bd7491b3c2 (diff) | |
add milli marif bold font (#2780)
* add milli marif bold font
* corrections
json : change size and description
svg : mate the moving baseline and correct a few satin columns
* description correction
down to 75%
Diffstat (limited to 'fonts/milli_marif_bold/font.json')
| -rw-r--r-- | fonts/milli_marif_bold/font.json | 160 |
1 files changed, 160 insertions, 0 deletions
diff --git a/fonts/milli_marif_bold/font.json b/fonts/milli_marif_bold/font.json new file mode 100644 index 00000000..cb2322cd --- /dev/null +++ b/fonts/milli_marif_bold/font.json @@ -0,0 +1,160 @@ +{ + "name": "Millimarif-bold20", + "description": "This bold font can be reduced down to 75% and enlarged up to 140% allowing Capital M height to flow from 15mm to 28mm.", + "keywords": [ + "sans_serif" + ], + "leading": 115, + "auto_satin": false, + "reversible": false, + "letter_case": "", + "default_glyph": "�", + "size":20.0, + "min_scale": 0.75, + "max_scale": 1.4, + "horiz_adv_x_default": 69, + "horiz_adv_x_space": 20, + "units_per_em": 115, + "horiz_adv_x": { + "I": 28, + "J": 57, + "L": 46, + "M": 92, + "W": 92, + "Æ": 109, + "Œ": 109, + "f": 46, + "i": 28, + "j": 28, + "l": 28, + "m": 92, + "r": 46, + "t": 46, + "w": 92, + "æ": 109, + "î": 28, + "ï": 28, + "œ": 109, + ",": 28, + ";": 28, + ":": 28, + ".": 28, + "!": 28, + "?": 51, + "'": 28, + "\"": 34, + "/": 28, + "(": 28, + ")": 28, + "@": 80, + "#": 46, + "1": 28, + "%": 92, + "~": 46, + "<": 46, + ">": 46, + "&": 92, + "-": 54 + }, + "kerning_pairs": {}, + "glyphs": [ + "A", + "B", + "C", + "D", + "E", + "F", + "G", + "H", + "I", + "J", + "K", + "L", + "M", + "N", + "O", + "P", + "Q", + "R", + "S", + "T", + "U", + "V", + "W", + "X", + "Y", + "Z", + "À", + "Á", + "Â", + "Æ", + "Ç", + "È", + "É", + "Ê", + "Ô", + "Œ", + "Ù", + "a", + "b", + "c", + "d", + "e", + "f", + "g", + "h", + "i", + "j", + "k", + "l", + "m", + "n", + "o", + "p", + "q", + "r", + "s", + "t", + "u", + "v", + "w", + "x", + "y", + "z", + "à", + "á", + "â", + "æ", + "ç", + "è", + "é", + "ê", + "ë", + "î", + "ï", + "œ", + "ô", + "û", + "ü", + ".", + "-", + "!", + "?", + "(", + ")", + "@", + "$", + "€", + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "%" + ] +}
\ No newline at end of file |
