summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-07-16 13:46:25 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-07-16 15:56:33 (EDT)
commit75a8bbbb7c00890ff84dd6abcb07bee5ed9e235a (patch)
tree3c90423db52b8b1116619b627d74307744a2ef0c /scripts
parent1311807b3d2100f8a0fa43a5a62f972b9c17fe90 (diff)
scripts/gen-mplus-patch.pl: Try M+ 1m and 1mn regular and bold
patches/01_add-mplus-fonts.patch: Regenerate
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gen-mplus-patch.pl8
1 files changed, 3 insertions, 5 deletions
diff --git a/scripts/gen-mplus-patch.pl b/scripts/gen-mplus-patch.pl
index edff6f3..e02dac9 100755
--- a/scripts/gen-mplus-patch.pl
+++ b/scripts/gen-mplus-patch.pl
@@ -28,12 +28,10 @@ use Text::Diff;
my @FONTS = (
# face weight w h
- [qw(1m regular 8 12)],
- [qw(1m regular 10 14)],
- [qw(1m regular 12 17)],
[qw(1m regular 16 22)],
- [qw(1m regular 24 34)],
- [qw(1m regular 32 44)],
+ [qw(1m bold 16 22)],
+ [qw(1mn regular 16 22)],
+ [qw(1mn bold 16 22)],
);
my $PATCH = 'patches/01_add-mplus-fonts.patch';