summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-07-16 16:05:36 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-07-16 16:05:36 (EDT)
commitef5fa6f7038a090b6bd2f8a7d57d5050ab897f53 (patch)
tree3e87904502a80ce061527918043e6da4ce08b8a2 /scripts
parent75a8bbbb7c00890ff84dd6abcb07bee5ed9e235a (diff)
scripts/gen-mplus-patch.pl: Try M+ 1mn medium in various sizes
patches/01_add-mplus-fonts.patch: Regenerate
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gen-mplus-patch.pl9
1 files changed, 5 insertions, 4 deletions
diff --git a/scripts/gen-mplus-patch.pl b/scripts/gen-mplus-patch.pl
index e02dac9..fc83ce7 100755
--- a/scripts/gen-mplus-patch.pl
+++ b/scripts/gen-mplus-patch.pl
@@ -28,10 +28,11 @@ use Text::Diff;
my @FONTS = (
# face weight w h
- [qw(1m regular 16 22)],
- [qw(1m bold 16 22)],
- [qw(1mn regular 16 22)],
- [qw(1mn bold 16 22)],
+ [qw(1mn medium 8 12)],
+ [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';