X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/b4b5d4038ca4202826c657a746cbaf5e9a079741..024fef82307d7b421c8ec3ebee930b774427a745:/latin.plp diff --git a/latin.plp b/latin.plp index 8c2bef5..4326f55 100644 --- a/latin.plp +++ b/latin.plp @@ -22,6 +22,15 @@ Html({ src: url("/suetterlin.ttf"); } #sütterlin td { font-family: Suetterlin } + #tap-code td, + #tap-simplified td { + line-height: 1ex; + } + #old-roman-cursive { + stroke-width: 3; + stroke-linecap: round; + stroke-linejoin: round; + } svg path:not([fill]) { stroke: currentColor; @@ -58,7 +67,7 @@ else { my ($title, $cells) = @{$row}; printf '', (lc $title) =~ s/<[^>]+>//gr =~ s/\s+/-/gr; say '', $title; - print /^$_\n" for @{$cells}; + say "\t", '' x !/^\n"; }