diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-16 16:31:24 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-16 16:42:59 (EDT) |
commit | e6bcc5263cb99fcf1a51806dd4192e3698aef8cf (patch) | |
tree | b4592841a0b61ca9f834327cf5192b340054f571 /scripts | |
parent | ef5fa6f7038a090b6bd2f8a7d57d5050ab897f53 (diff) |
scripts/gen-mplus-patch.pl: Drop 8x12, add 1mn regular
patches/01_add-mplus-fonts.patch: Regenerate
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/gen-mplus-patch.pl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/gen-mplus-patch.pl b/scripts/gen-mplus-patch.pl index fc83ce7..5d13311 100755 --- a/scripts/gen-mplus-patch.pl +++ b/scripts/gen-mplus-patch.pl @@ -28,7 +28,10 @@ use Text::Diff; my @FONTS = ( # face weight w h - [qw(1mn medium 8 12)], + [qw(1mn regular 10 14)], + [qw(1mn regular 12 17)], + [qw(1mn regular 14 19)], + [qw(1mn regular 16 22)], [qw(1mn medium 10 14)], [qw(1mn medium 12 17)], [qw(1mn medium 14 19)], |