From d22a8b0ff7a930e376caef8878e545bd2934e451 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Thu, 17 Sep 2015 23:46:26 +0200 Subject: [PATCH] latin: fix suetterlin font match on 3rd row Broken (again) in commit v1.7-158-gafa53ab113 (2015-09-17) [latin: uppercase row]. --- latin.plp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latin.plp b/latin.plp index c146fcc..12482e1 100644 --- a/latin.plp +++ b/latin.plp @@ -20,7 +20,7 @@ Html({ font-family: Suetterlin; /* R. G. Arens */ src: url("/suetterlin.ttf"); } - .glyphs tr:first-child+tr td { font-family: Suetterlin } + .glyphs tr:first-child+tr+tr td { font-family: Suetterlin }

Latin alphabet

-- 2.30.0