diff options
| author | Claudine Peyrat <88194877+claudinepeyrat06@users.noreply.github.com> | 2024-09-14 09:33:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-14 09:33:18 +0200 |
| commit | 207395d581a74e8e5893e38c9b309730b02da955 (patch) | |
| tree | a18750bc2a93e94fbfc378c6be32640ff85e780a /fonts | |
| parent | 605f48ab8a1b2c8d5757b44d730370603cd0a23c (diff) | |
json corrections (#3194)
letter_case set to upper for perspective-tricolore
coopermarif description correction : the font may be scaled down to 50%.
Diffstat (limited to 'fonts')
| -rw-r--r-- | fonts/cooper_marif/font.json | 2 | ||||
| -rw-r--r-- | fonts/perspective_tricolore_KOR/font.json | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/fonts/cooper_marif/font.json b/fonts/cooper_marif/font.json index 9efc8178..326a5439 100644 --- a/fonts/cooper_marif/font.json +++ b/fonts/cooper_marif/font.json @@ -1,6 +1,6 @@ { "name": "CooperMarif", - "description": "CooperMarif is a large and airy font. Lower case letters are 60mm high and upper case M is 90 mm high. It can be scaled between 60% and 300%", + "description": "CooperMarif is a large and airy font. Lower case letters are 60mm high and upper case M is 90 mm high. It can be scaled between 50% and 300%", "keywords": [ "display", "monogram", diff --git a/fonts/perspective_tricolore_KOR/font.json b/fonts/perspective_tricolore_KOR/font.json index 813a8410..8912cc43 100644 --- a/fonts/perspective_tricolore_KOR/font.json +++ b/fonts/perspective_tricolore_KOR/font.json @@ -10,7 +10,8 @@ "leading": 170.0, "auto_satin": false, "reversible": false, - "letter_case": "", + "letter_case": "upper", + "description": "police ombrée en tartan tricolore, elle peut être agrandie d'environ 250%", "default_glyph": "?", "size": 36.0, "min_scale": 0.8, |
