export and check last-modified header
[sheet.git] / latin.plp
index 85cabe4d0a110d9c13e0a79c1e3a3259119b72d7..54846248ce5b0932a548eb4869dc62868e4b8cfe 100644 (file)
--- a/latin.plp
+++ b/latin.plp
@@ -7,8 +7,8 @@ Html({
        ],
        keywords => [qw'
                latin roman alphabet script letter unicode font glyph abc
-               writing comparison character sample test language
-               cursive fraktur
+               writing comparison character sample test language spelling
+               cursive fraktur blind deaf
        '],
        stylesheet => [qw'light dark red'],
 });
@@ -19,7 +19,12 @@ Html({
                font-family: Suetterlin; /* R. G. Arens */
                src: url("/suetterlin.ttf");
        }
+       @font-face {
+               font-family: Gallaudet;
+               src: url("/gallaudet.ttf");
+       }
        .glyphs tr:first-child+tr td.di-a { font-family: Suetterlin }
+       .glyphs tr:first-child+tr+tr td.di-a { font-family: Gallaudet }
 </style>
 
 <h1>Latin alphabet</h1>
@@ -40,6 +45,7 @@ unless (exists $get{v}) {
 my %scriptname = (
        latn     => 'Latin',
        latfsuet => 'Sütterlin',
+       ase      => '<abbr title="American Sign Lanugage">ASL</abbr> shapes',
        brai     => 'Braille',
        morse    => 'Morse',
 );