X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/dae26177176ef594f0f97da2fcd1fd69df745bb2..cedb71ab784831a195ccc0b8c0823de4689e3b1a:/font.plp diff --git a/font.plp b/font.plp index 644e1d0..60eaead 100644 --- a/font.plp +++ b/font.plp @@ -27,12 +27,12 @@ use Shiar_Sheet::FormatChar; my $glyphs = Shiar_Sheet::FormatChar->new; my %oslist = ( - win95 => [qw( arial ariuni verdana times courier )], # microsoft - mac10 => [qw( )], # apple - android => [qw( droidsans )], # google + win => [qw( arial ariuni lucidau verdana times courier )], # microsoft + mac => [qw( helvetica lucida times garamond palatino )], # apple + android => [qw( roboto noto )], # google oss => [qw( dvsans c2k unifont )], ); -my @ossel = qw( win95 oss android ); +my @ossel = qw( win mac oss android ); my @fontlist = map { @{ $oslist{$_} } } @ossel; my $cover = do 'unicode-cover.inc.pl' or die $@ || $!; @@ -61,6 +61,7 @@ my @rows = ( 'table/lines/single', 'table/block', 'table/lines', + 'table/html', ); for my $group ($ENV{PATH_INFO} || ()) {