diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/gen-mplus-patch.pl | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/scripts/gen-mplus-patch.pl b/scripts/gen-mplus-patch.pl index e02dac9..fc83ce7 100755 --- a/scripts/gen-mplus-patch.pl +++ b/scripts/gen-mplus-patch.pl @@ -28,10 +28,11 @@ use Text::Diff; my @FONTS = ( # face weight w h - [qw(1m regular 16 22)], - [qw(1m bold 16 22)], - [qw(1mn regular 16 22)], - [qw(1mn bold 16 22)], + [qw(1mn medium 8 12)], + [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'; |