From ef5fa6f7038a090b6bd2f8a7d57d5050ab897f53 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 16 Jul 2019 16:05:36 -0400 Subject: scripts/gen-mplus-patch.pl: Try M+ 1mn medium in various sizes 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 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'; -- cgit v0.9.1