X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/352e92112d4f6e464363f1722e1998247c03d0be..4481ab42a10ea48159274387ca93c17840e8c850:/font.plp diff --git a/font.plp b/font.plp index 65b9685..e64e204 100644 --- 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 @@ -47,7 +47,7 @@ if (my $font = $ENV{PATH_INFO} =~ s{^/}{}r) { "distributed", (map { "by $_" } $fontmeta->{oscorp} || "various sources"), (map { "with $_" } $_ || ()), - ("and published as freeware") x ($_ eq 'Windows 95'), + ('and published as freeware "Core Web font"') x ($_ eq 'Windows 2000'), (map { "under a $_ license" } map { $fontmeta->{license} ? qq($_) : $_ } $_ && $_ ne 'Android' ? 'proprietary' : 'free', @@ -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); + } EOT say '';