From b961ccc747a5bdd4d75902694ef91294af28d000 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 16 Jul 2019 17:02:46 -0400 Subject: scripts/gen-mplus-patch.pl: Make all regular except 10x14 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 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'; -- cgit v0.9.1