From 75a8bbbb7c00890ff84dd6abcb07bee5ed9e235a Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 16 Jul 2019 13:46:25 -0400 Subject: scripts/gen-mplus-patch.pl: Try M+ 1m and 1mn regular and bold patches/01_add-mplus-fonts.patch: Regenerate --- (limited to 'scripts') 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'; -- cgit v0.9.1