common: declare viewport to prefer native pixel sizes
[sheet.git] / font.plp
index af7743b6385de358ffe1497458bcbea5d0d0e3c3..53157649f84006f9fa01eec3d0dba1b5d9996b7a 100644 (file)
--- a/font.plp
+++ b/font.plp
@@ -1,9 +1,11 @@
 <(common.inc.plp)><:
 use 5.014;
 
+my $font = $ENV{PATH_INFO} =~ s{^/}{}r;
+
 Html({
-       title => 'character support sheet',
-       version => 'v1.1',
+       title => 'font coverage '.($font ? "for $font" : 'sheet'),
+       version => 'v1.2',
        keywords => [qw(
                unicode font glyph char character support overview cover coverage
                script block symbol sign mark reference table
@@ -12,7 +14,7 @@ Html({
        data => [qw( unicode-cover.inc.pl )],
 });
 
-if (my $font = $ENV{PATH_INFO} =~ s{^/}{}r) {
+if ($font) {
        my ($fontmeta, @cover) = do "ttfsupport/$font.inc.pl";
        $fontmeta or die "Unknown font $font\n";