From 1ae2d52e56cb9e38dd07b7b5b8c1f6a8d29ba8dc Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sat, 6 Jun 2015 01:28:55 +0200 Subject: [PATCH] latin: fix font matching on suetterlin and asl rows Rules broken in commit v1.3-34-g4af2c4c329 (2010-11-10) [style: generic naming scheme for support classes]. --- latin.plp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/latin.plp b/latin.plp index 8dab21a..1c9f490 100644 --- a/latin.plp +++ b/latin.plp @@ -24,8 +24,8 @@ Html({ 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 } + .glyphs tr:first-child+tr td { font-family: Suetterlin } + .glyphs tr:first-child+tr+tr td { font-family: Gallaudet }

Latin alphabet

-- 2.30.0