summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPatrick 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)
commitb961ccc747a5bdd4d75902694ef91294af28d000 (patch)
tree072598e65f345748b9325a523b9b5516a17ac3bb /scripts
parente6bcc5263cb99fcf1a51806dd4192e3698aef8cf (diff)
scripts/gen-mplus-patch.pl: Make all regular except 10x14
patches/01_add-mplus-fonts.patch: Regenerate
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gen-mplus-patch.pl6
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';