index: bump version to 1.7
[sheet.git] / font.plp
index 547b297d31c10661f0743fca941c4ea2632ccf32..e64e204ca43fada457293caf0680e337e49d2790 100644 (file)
--- a/font.plp
+++ b/font.plp
@@ -3,7 +3,7 @@ use 5.014;
 
 Html({
        title => 'character support sheet',
-       version => 'v1.1',
+       version => 'v1.2',
        keywords => [qw(
                unicode font glyph char character support overview cover coverage
                script block symbol sign mark reference table
@@ -69,6 +69,10 @@ if (my $font = $ENV{PATH_INFO} =~ s{^/}{}r) {
        .glyphs tbody th[!colspan] { text-align: right }
        .glyphs tbody td { font-family: "$fontmeta->{name}" }
        .glyphs tbody td:nth-child(18) { border-left-width: 2px }
+       \@font-face {
+               font-family: "$fontmeta->{name}";
+               src: url(/data/font/$font.ttf);
+       }
 </style>
 EOT
        say '<table class="glyphs big">';