font: drop droid in favour of roboto and noto
[sheet.git] / chars.plp
index 5b5065e1391ac9a4dce04bd2102d2dbea5022e1a..d02331cb99ceb36d6d75ea44bfe94115e65ac79e 100644 (file)
--- a/chars.plp
+++ b/chars.plp
@@ -17,7 +17,7 @@ my $glyphs = Shiar_Sheet::FormatChar->new;
 my %oslist = (
        win95   => [qw( arial ariuni verdana times )],  # 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 );