X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/dae26177176ef594f0f97da2fcd1fd69df745bb2..67ae97362cec317f2cfc3ae97f9d3810f70d615c:/font.plp diff --git a/font.plp b/font.plp index 644e1d0..5da4e53 100644 --- a/font.plp +++ b/font.plp @@ -28,11 +28,11 @@ my $glyphs = Shiar_Sheet::FormatChar->new; my %oslist = ( win95 => [qw( arial ariuni verdana times courier )], # microsoft - mac10 => [qw( )], # apple - android => [qw( droidsans )], # google + mac10 => [qw( lucida garamond )], # apple + android => [qw( roboto noto )], # google oss => [qw( dvsans c2k unifont )], ); -my @ossel = qw( win95 oss android ); +my @ossel = qw( win95 mac10 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} || ()) {