diff options
| author | Claudine Peyrat <88194877+claudinepeyrat06@users.noreply.github.com> | 2025-01-02 21:38:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-02 21:38:34 +0100 |
| commit | 807287a4e268e0679f441c5556d4c651bf8432f8 (patch) | |
| tree | b44cba6ae3d4f6b7ebc2ab4801cf2fedd3a6850d /fonts/chicken_little_small/font.json | |
| parent | 71e69c74fc2bbd228ec547dc1210248e347f20d1 (diff) | |
simplify font description (#3350)
font size and font scaling is already there, remove them from description
Diffstat (limited to 'fonts/chicken_little_small/font.json')
| -rw-r--r-- | fonts/chicken_little_small/font.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fonts/chicken_little_small/font.json b/fonts/chicken_little_small/font.json index acbdd0bc..5c0f6db6 100644 --- a/fonts/chicken_little_small/font.json +++ b/fonts/chicken_little_small/font.json @@ -1,6 +1,6 @@ { "name": "Chicken Little KOR Small", - "description": "This font is an altered version of Chicken Little KOR, to allow a greater scaling down. The use of both thin thread (60) and thin needle (60) is mandatory. Parameters of this font allow to scale down the original Chicken Little KOR font between 25% (for a 10 mm font ) and 45 % (for a 19mm font).", + "description": "This font is an altered version of Chicken Little KOR, to allow a greater scaling down. The use of both thin thread (60) and thin needle (60) is mandatory.", "leading": 150, "auto_satin": false, "reversible": false, |
