font: drop droid in favour of roboto and noto
[sheet.git] / font.plp
index 1c29f242c9a5008f2d3c2b5b95ed0185fc55e34f..33909e67ab89d6a8b879964d67f3251fd470f048 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 );