X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/4e71d82512759ed7da92d213ac66d006dae456a1..edd68ec2c70895bd3ee0dcbfb1810716ebef01f8:/font.plp diff --git a/font.plp b/font.plp index 1e1732b..68f613f 100644 --- a/font.plp +++ b/font.plp @@ -26,9 +26,9 @@ use Shiar_Sheet::FormatChar; my $glyphs = Shiar_Sheet::FormatChar->new; my %oslist = ( - win95 => [qw/arial ariuni verdana times/], - mac10 => [qw//], - oss => ['dv ss', qw/droid c2k guf/], + win95 => [qw( arial ariuni verdana times )], + mac10 => [qw( )], + oss => [qw( dvsans droid c2k guf )], android => ['droid'], ); @@ -54,6 +54,7 @@ my @config = qw( punctuation/common punctuation/marks latin/sample symbols/signs1 + math/logic ); $_ and m{/*+(.+)} and @config = split /[ ]/, $1 for $ENV{PATH_INFO}, $get{q}; @config = qw(ipa/cons ipa/vowels) if 0;