From 702b51ff727f2c656298459138f0ef39dc77293a Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Mon, 3 Apr 2017 01:22:38 +0200 Subject: [PATCH] latin: letter spacing for pigpen and nyctographs --- latin.plp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/latin.plp b/latin.plp index a801e68..d9f8be7 100644 --- a/latin.plp +++ b/latin.plp @@ -38,6 +38,15 @@ Html({ white-space: nowrap; } + #pigpen .sample > svg { + margin-right: 0.1em; + } + #nyctographs .sample > svg { + background: rgba(0,0,0, .1); + padding: 0.1em; + margin-right: 0.2em; + } + svg path:not([fill]) { stroke: currentColor; fill: none; -- 2.30.0