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