font: virtual group for html entities
[sheet.git] / font.plp
index 644e1d03c9125fc86ad7a6573c66b311eedadc5b..5da4e533c9dfe084f4175c37a77aba9e20bab4a6 100644 (file)
--- 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} || ()) {