X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/f97f7e5bd660397b38132527fb8331892f7a1c00..729cd54c52950380bbedabe9d76e5ce41692fdcc:/font.plp diff --git a/font.plp b/font.plp index 1c29f24..33909e6 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 );