summaryrefslogtreecommitdiffstats
path: root/scripts/gen-mplus-patch.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gen-mplus-patch.pl')
-rwxr-xr-xscripts/gen-mplus-patch.pl6
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';