X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/f97f7e5bd660397b38132527fb8331892f7a1c00..9ae15ec3a7007abdd580cd30e4d9e9fbb47628da:/font.plp diff --git a/font.plp b/font.plp index 1c29f24..5da4e53 100644 --- 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} || ()) {