X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/bf86f324c9c3bee6d5299307688c79e4fb32dabd..0083d6fee99e70519ff4770a4f76f02b6937537d:/latin.plp diff --git a/latin.plp b/latin.plp index 85cabe4..5484624 100644 --- 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 }

Latin alphabet

@@ -40,6 +45,7 @@ unless (exists $get{v}) { my %scriptname = ( latn => 'Latin', latfsuet => 'Sütterlin', + ase => 'ASL shapes', brai => 'Braille', morse => 'Morse', );