diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-16 17:02:46 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-16 17:02:46 (EDT) |
commit | b961ccc747a5bdd4d75902694ef91294af28d000 (patch) | |
tree | 072598e65f345748b9325a523b9b5516a17ac3bb /scripts | |
parent | e6bcc5263cb99fcf1a51806dd4192e3698aef8cf (diff) |
scripts/gen-mplus-patch.pl: Make all regular except 10x14
patches/01_add-mplus-fonts.patch: Regenerate
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/gen-mplus-patch.pl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/scripts/gen-mplus-patch.pl b/scripts/gen-mplus-patch.pl index 5d13311..12e57f9 100755 --- a/scripts/gen-mplus-patch.pl +++ b/scripts/gen-mplus-patch.pl @@ -28,14 +28,10 @@ use Text::Diff; my @FONTS = ( # face weight w h - [qw(1mn regular 10 14)], + [qw(1mn medium 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)], - [qw(1mn medium 16 22)], ); my $PATCH = 'patches/01_add-mplus-fonts.patch'; |