summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gen-mplus-patch.pl8
1 files changed, 3 insertions, 5 deletions
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';