diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/gen-mplus-patch.pl | 6 |
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'; |