latin: fix font matching on suetterlin and asl rows
[sheet.git] / latin.plp
index d27c06f12518a4c2543612457f3c95651378076f..1c9f49001ed460589586e66ce5624b31e346c5d2 100644 (file)
--- a/latin.plp
+++ b/latin.plp
@@ -24,8 +24,8 @@ Html({
                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 }
+       .glyphs tr:first-child+tr td { font-family: Suetterlin }
+       .glyphs tr:first-child+tr+tr td { font-family: Gallaudet }
 </style>
 
 <h1>Latin alphabet</h1>
@@ -50,6 +50,7 @@ my %scriptname = (
        ase      => '<abbr title="American Sign Lanugage">ASL</abbr> shapes',
        brai     => 'Braille',
        morse    => 'Morse',
+       tap      => 'Tap code',
 );
 
 my @table = do 'writing-latn.inc.pl';