font: virtual group for html entities
[sheet.git] / font.plp
index 1c29f242c9a5008f2d3c2b5b95ed0185fc55e34f..5da4e533c9dfe084f4175c37a77aba9e20bab4a6 100644 (file)
--- a/font.plp
+++ b/font.plp
@@ -29,7 +29,7 @@ my $glyphs = Shiar_Sheet::FormatChar->new;
 my %oslist = (
        win95   => [qw( arial ariuni verdana times courier )],  # microsoft
        mac10   => [qw( lucida garamond )],  # apple
-       android => [qw( droidsans )],  # google
+       android => [qw( roboto noto )],  # google
        oss     => [qw( dvsans c2k unifont )],
 );
 my @ossel = qw( win95 mac10 oss android );
@@ -61,6 +61,7 @@ my @rows = (
        'table/lines/single',
        'table/block',
        'table/lines',
+       'table/html',
 );
 
 for my $group ($ENV{PATH_INFO} || ()) {