source: json output option for perl includes
[sheet.git] / latin.plp
index 162a0b6d69e14cec796da85b9772a4b53af5b1f4..54846248ce5b0932a548eb4869dc62868e4b8cfe 100644 (file)
--- a/latin.plp
+++ b/latin.plp
@@ -7,12 +7,26 @@ Html({
        ],
        keywords => [qw'
                latin roman alphabet script letter unicode font glyph abc
-               writing comparison character sample test language
+               writing comparison character sample test language spelling
+               cursive fraktur blind deaf
        '],
        stylesheet => [qw'light dark red'],
 });
 
 :>
+<style>
+       @font-face {
+               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>
 
 <p>Also see <a href="/writing">other alphabets</a>
@@ -30,6 +44,8 @@ unless (exists $get{v}) {
 
 my %scriptname = (
        latn     => 'Latin',
+       latfsuet => 'Sütterlin',
+       ase      => '<abbr title="American Sign Lanugage">ASL</abbr> shapes',
        brai     => 'Braille',
        morse    => 'Morse',
 );