From 23eb20afcadb967b11ad957f1fc97999130ba184 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Mon, 15 Nov 2021 17:51:46 +0100 Subject: [PATCH] latin: enlarge horizontal domino tiles to letter height --- writing-latn.inc.pl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/writing-latn.inc.pl b/writing-latn.inc.pl index 7ed03ed..33c60e7 100644 --- a/writing-latn.inc.pl +++ b/writing-latn.inc.pl @@ -389,6 +389,10 @@ shorttap => { }, domino => { name => 'Domino tiles', + style => [ + # enlarge single tile height to span full vertical combinations + 'td { font-size: 200%; line-height: .6; padding: 0 0 .3ex }', + ], list => [map { dispdomino($_) } qw{ 10 11 20 21 22 30 31 32 33 40 41 42 43 44 50 51 52 53 54 55 60 61 62 63 64 65 -- 2.30.0