summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPatrick 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)
commite6bcc5263cb99fcf1a51806dd4192e3698aef8cf (patch)
treeb4592841a0b61ca9f834327cf5192b340054f571 /scripts
parentef5fa6f7038a090b6bd2f8a7d57d5050ab897f53 (diff)
scripts/gen-mplus-patch.pl: Drop 8x12, add 1mn regular
patches/01_add-mplus-fonts.patch: Regenerate
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gen-mplus-patch.pl5
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)],